Uses of Interface
org.glassfish.grizzly.config.dom.Transport
-
Packages that use Transport Package Description com.sun.enterprise.v3.services.impl com.sun.enterprise.web.connector.coyote org.glassfish.grizzly.config org.glassfish.grizzly.config.dom -
-
Uses of Transport in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that return Transport Modifier and Type Method Description TransportDummyNetworkListener. findTransport()Methods in com.sun.enterprise.v3.services.impl with parameters of type Transport Modifier and Type Method Description protected voidGlassfishNetworkListener. configureTransport(NetworkListener networkListener, Transport transportConfig, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected voidServiceInitializerListener. configureTransport(NetworkListener networkListener, Transport transportConfig, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) -
Uses of Transport in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type Transport Modifier and Type Method Description voidPECoyoteConnector. configHttpProperties(Http http, Transport transport, Ssl ssl) -
Uses of Transport in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type Transport Modifier and Type Method Description protected org.glassfish.grizzly.nio.NIOTransportGenericGrizzlyListener. configureTCPTransport(Transport transportConfig)protected voidGenericGrizzlyListener. configureTransport(NetworkListener networkListener, Transport transportConfig, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) -
Uses of Transport in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return Transport Modifier and Type Method Description static TransportNetworkListener.Duck. findTransport(NetworkListener listener)TransportNetworkListener. findTransport()Methods in org.glassfish.grizzly.config.dom that return types with arguments of type Transport Modifier and Type Method Description List<Transport>Transports. getTransport()Defines the transportsMethods in org.glassfish.grizzly.config.dom with parameters of type Transport Modifier and Type Method Description static List<NetworkListener>Transport.Duck. findNetworkListeners(Transport transport)static TransportsTransport.Duck. getParent(Transport transport)
-