Uses of Interface
org.glassfish.grizzly.config.dom.Protocol
-
Packages that use Protocol Package Description com.sun.enterprise.admin.commands com.sun.enterprise.v3.services.impl org.glassfish.grizzly.config org.glassfish.grizzly.config.dom -
-
Uses of Protocol in com.sun.enterprise.admin.commands
Methods in com.sun.enterprise.admin.commands that return Protocol Modifier and Type Method Description ProtocolCreateSsl. findOrCreateProtocol(String name)ProtocolCreateSsl. findOrCreateProtocol(String name, boolean create) -
Uses of Protocol in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that return Protocol Modifier and Type Method Description ProtocolDummyNetworkListener. findHttpProtocol()ProtocolDummyNetworkListener. findProtocol()Methods in com.sun.enterprise.v3.services.impl with parameters of type Protocol Modifier and Type Method Description protected voidServiceInitializerListener. configureProtocol(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Protocol protocol, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) -
Uses of Protocol in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type Protocol Modifier and Type Method Description protected voidGenericGrizzlyListener. configureProtocol(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Protocol protocol, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder)protected voidGenericGrizzlyListener. configureSubProtocol(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, Protocol protocol, org.glassfish.grizzly.filterchain.FilterChainBuilder filterChainBuilder) -
Uses of Protocol in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return Protocol Modifier and Type Method Description static ProtocolNetworkListener.Duck. findHttpProtocol(NetworkListener listener)ProtocolNetworkListener. findHttpProtocol()static ProtocolNetworkConfig.Duck. findProtocol(NetworkConfig config, String name)ProtocolNetworkConfig. findProtocol(String name)static ProtocolNetworkListener.Duck. findProtocol(NetworkListener listener)ProtocolNetworkListener. findProtocol()static ProtocolProtocolFilter.Duck. findProtocol(ProtocolFilter filter)ProtocolProtocolFilter. findProtocol()static ProtocolProtocolFinder.Duck. findProtocol(ProtocolFinder finder)ProtocolProtocolFinder. findProtocol()static ProtocolProtocols.Duck. findProtocol(Protocols protocols, String name)ProtocolProtocols. findProtocol(String name)static ProtocolHttp.Duck. getParent(Http http)ProtocolHttp. getParent()static ProtocolPortUnification.Duck. getParent(PortUnification pu)ProtocolPortUnification. getParent()static ProtocolProtocolChain.Duck. getParent(ProtocolChain chain)ProtocolProtocolChain. getParent()Methods in org.glassfish.grizzly.config.dom that return types with arguments of type Protocol Modifier and Type Method Description List<Protocol>Protocols. getProtocol()List of Protocol implementationsMethods in org.glassfish.grizzly.config.dom with parameters of type Protocol Modifier and Type Method Description static List<NetworkListener>Protocol.Duck. findNetworkListeners(Protocol protocol)static ProtocolsProtocol.Duck. getParent(Protocol protocol)
-