Uses of Class
com.sun.grizzly.Controller.Protocol

Packages that use Controller.Protocol
com.sun.grizzly   
com.sun.grizzly.connectioncache.client   
 

Uses of Controller.Protocol in com.sun.grizzly
 

Fields in com.sun.grizzly declared as Controller.Protocol
protected  Controller.Protocol AbstractConnectorHandler.protocol
          The ConnectorHandler Controller.Protocol.
 

Methods in com.sun.grizzly that return Controller.Protocol
 Controller.Protocol Context.getProtocol()
          Return the current Controller#Protocol this instance is executing.
 Controller.Protocol NIOContext.getProtocol()
          Return the current Controller#Protocol this instance is executing.
 Controller.Protocol ConnectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol SelectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol TCPSelectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol SSLConnectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol AbstractConnectorHandler.protocol()
          Get the ConnectorHandler Controller.Protocol.
 Controller.Protocol SSLSelectorHandler.protocol()
           
 Controller.Protocol UDPSelectorHandler.protocol()
          A token describing the protocol supported by an implementation of this interface
 Controller.Protocol UDPConnectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol TCPConnectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
static Controller.Protocol Controller.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Controller.Protocol[] Controller.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly with parameters of type Controller.Protocol
 ConnectorHandler Controller.acquireConnectorHandler(Controller.Protocol protocol)
          Return an instance of a ConnectorHandler based on the Protocol requested.
 E ConnectorHandlerPool.acquireConnectorHandler(Controller.Protocol protocol)
          Return an instance of ConnectorHandler, which corresponds to the protocol
 ConnectorHandler DefaultConnectorHandlerPool.acquireConnectorHandler(Controller.Protocol protocol)
           
 void RoundRobinSelectorHandler.addProtocolSupport(Controller.Protocol customProtocol)
          Add custom protocol support
static SelectorHandler SelectorHandlerFactory.createSelectorHandler(Controller.Protocol protocol, boolean reusable)
          return an instance of SelectorHandler, which corresponds to the protocol and reusable
 SelectorHandler Controller.getSelectorHandler(Controller.Protocol protocol)
          Return the SelectorHandler associated with the protocol.
 void AbstractConnectorHandler.protocol(Controller.Protocol protocol)
          Set the ConnectorHandler Controller.Protocol.
 void Controller.registerKey(SelectionKey key, int ops, Controller.Protocol protocol)
          Register a SelectionKey.
 void NIOContext.setProtocol(Controller.Protocol protocol)
           
 boolean ComplexSelectorHandler.supportsProtocol(Controller.Protocol protocol)
          Checks if protocol is supported by RoundRobinSelectorHandler
 boolean RoundRobinSelectorHandler.supportsProtocol(Controller.Protocol protocol)
          Checks if protocol is supported by RoundRobinSelectorHandler
 

Uses of Controller.Protocol in com.sun.grizzly.connectioncache.client
 

Methods in com.sun.grizzly.connectioncache.client with parameters of type Controller.Protocol
 CacheableConnectorHandler CacheableConnectorHandlerPool.acquireConnectorHandler(Controller.Protocol protocol)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.