Uses of Class
io.netty.handler.pcap.State
-
Packages that use State Package Description io.netty.handler.pcap Capture data and write into Pcap format which helps in troubleshooting. -
-
Uses of State in io.netty.handler.pcap
Fields in io.netty.handler.pcap with type parameters of type State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<State>PcapWriteHandler. stateCurrent of thisPcapWriteHandlerMethods in io.netty.handler.pcap that return State Modifier and Type Method Description (package private) StatePcapWriteHandler. state()static StateState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-