Uses of Class
org.glassfish.grizzly.Transport.State
-
Packages that use Transport.State Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of Transport.State in org.glassfish.grizzly
Fields in org.glassfish.grizzly with type parameters of type Transport.State Modifier and Type Field Description protected StateHolder<Transport.State>AbstractTransport. stateTransport state controllerMethods in org.glassfish.grizzly that return Transport.State Modifier and Type Method Description static Transport.StateTransport.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Transport.State[]Transport.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.grizzly that return types with arguments of type Transport.State Modifier and Type Method Description StateHolder<Transport.State>AbstractTransport. getState()Return theTransportstate controller.StateHolder<Transport.State>Transport. getState()Return theTransportstate controller. -
Uses of Transport.State in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return Transport.State Modifier and Type Method Description Transport.StateSelectorRunner. getState()
-