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
 

Methods in com.sun.grizzly that return Controller.Protocol
 Controller.Protocol Context.getProtocol()
          Return the current Controller.Protocol this instance is executing.
 Controller.Protocol SelectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 Controller.Protocol ConnectorHandler.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 SSLSelectorHandler.protocol()
           
 Controller.Protocol TCPConnectorHandler.protocol()
          A token decribing the protocol supported by an implementation of this interface
 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
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're 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
 SelectorHandler Controller.getSelectorHandler(Controller.Protocol protocol)
          Return the SelectorHandler associated with the protocol.
 void Controller.registerKey(SelectionKey key, int ops, Controller.Protocol protocol)
          Register a SelectionKey.
 void Context.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 that return Controller.Protocol
 Controller.Protocol CacheableConnectorHandler.protocol()
           
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.