netty_quic_boringssl.h — netty Source File
Architecture documentation for netty_quic_boringssl.h, a c file in the netty codebase. 0 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR 944c06ae_ce96_9522_4591_5753ffa7339e["netty_quic_boringssl.h"] 607c6fa3_cf44_360f_9fe5_201ec2c52b49["netty_quic_boringssl.c"] 607c6fa3_cf44_360f_9fe5_201ec2c52b49 --> 944c06ae_ce96_9522_4591_5753ffa7339e c1904e1f_9136_0552_f4b1_df726cdbf096["netty_quic_quiche.c"] c1904e1f_9136_0552_f4b1_df726cdbf096 --> 944c06ae_ce96_9522_4591_5753ffa7339e style 944c06ae_ce96_9522_4591_5753ffa7339e 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_BORINGSSL_H_
#define NETTY_BORINGSSL_H_
// JNI initialization hooks. Users of this file are responsible for calling these in the JNI_OnLoad and JNI_OnUnload methods.
jint netty_boringssl_JNI_OnLoad(JNIEnv* env, const char* packagePrefix);
void netty_boringssl_JNI_OnUnload(JNIEnv* env, const char* packagePrefix);
#endif /* NETTY_BORINGSSL_H_ */
Domain
Imported By
Source
Frequently Asked Questions
What does netty_quic_boringssl.h do?
netty_quic_boringssl.h is a source file in the netty codebase, written in c. It belongs to the ProtocolCodecs domain.
What files import netty_quic_boringssl.h?
netty_quic_boringssl.h is imported by 2 file(s): netty_quic_boringssl.c, netty_quic_quiche.c.
Where is netty_quic_boringssl.h in the architecture?
netty_quic_boringssl.h is located at codec-native-quic/src/main/c/netty_quic_boringssl.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