Home / File/ netty_quic.h — netty Source File

netty_quic.h — netty Source File

Architecture documentation for netty_quic.h, a c file in the netty codebase. 0 imports, 2 dependents.

File c ProtocolCodecs 2 dependents

Entity Profile

Dependency Diagram

graph LR
  9533eae2_40b5_3185_74fb_7fef2ab81f4b["netty_quic.h"]
  607c6fa3_cf44_360f_9fe5_201ec2c52b49["netty_quic_boringssl.c"]
  607c6fa3_cf44_360f_9fe5_201ec2c52b49 --> 9533eae2_40b5_3185_74fb_7fef2ab81f4b
  c1904e1f_9136_0552_f4b1_df726cdbf096["netty_quic_quiche.c"]
  c1904e1f_9136_0552_f4b1_df726cdbf096 --> 9533eae2_40b5_3185_74fb_7fef2ab81f4b
  style 9533eae2_40b5_3185_74fb_7fef2ab81f4b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/*
 * Copyright 2021 The Netty Project
 *
 * The Netty Project licenses this file to you under the Apache License,
 * version 2.0 (the "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at:
 *
 *   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 */
#ifndef NETTY_QUIC_H_
#define NETTY_QUIC_H_

jint quic_get_java_env(JNIEnv **env);


#endif /* NETTY_QUIC_H_ */

Frequently Asked Questions

What does netty_quic.h do?
netty_quic.h is a source file in the netty codebase, written in c. It belongs to the ProtocolCodecs domain.
What files import netty_quic.h?
netty_quic.h is imported by 2 file(s): netty_quic_boringssl.c, netty_quic_quiche.c.
Where is netty_quic.h in the architecture?
netty_quic.h is located at codec-native-quic/src/main/c/netty_quic.h (domain: ProtocolCodecs, directory: codec-native-quic/src/main/c).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free