ProtocolDetectionState Type — netty Architecture
Architecture documentation for the ProtocolDetectionState type/interface in ProtocolDetectionState.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4afaaf0b_69f0_d48c_5bf1_18ff9e06e2b7["ProtocolDetectionState"] 46b93e70_f183_b2b3_d45a_2630b7d8a1ca["ProtocolDetectionState.java"] 4afaaf0b_69f0_d48c_5bf1_18ff9e06e2b7 -->|defined in| 46b93e70_f183_b2b3_d45a_2630b7d8a1ca style 4afaaf0b_69f0_d48c_5bf1_18ff9e06e2b7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-base/src/main/java/io/netty/handler/codec/ProtocolDetectionState.java lines 21–36
public enum ProtocolDetectionState {
/**
* Need more data to detect the protocol.
*/
NEEDS_MORE_DATA,
/**
* The data was invalid.
*/
INVALID,
/**
* Protocol was detected,
*/
DETECTED
}
Source
Frequently Asked Questions
What is the ProtocolDetectionState type?
ProtocolDetectionState is a type/interface in the netty codebase, defined in codec-base/src/main/java/io/netty/handler/codec/ProtocolDetectionState.java.
Where is ProtocolDetectionState defined?
ProtocolDetectionState is defined in codec-base/src/main/java/io/netty/handler/codec/ProtocolDetectionState.java at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free