Uses of Interface
org.apache.coyote.Adapter

Packages that use Adapter
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.standalone   
com.sun.grizzly.cometd.standalone   
org.apache.coyote   
org.apache.coyote.http11   
 

Uses of Adapter in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as Adapter
protected  Adapter DefaultProcessorTask.adapter
          Associated adapter.
protected  Adapter SelectorThread.adapter
          Associated adapter.
 

Methods in com.sun.enterprise.web.connector.grizzly that return Adapter
 Adapter DefaultProcessorTask.getAdapter()
          Get the associated adapter.
 Adapter SelectorThread.getAdapter()
          Get the associated adapter.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type Adapter
 void DefaultProcessorTask.setAdapter(Adapter adapter)
          Set the associated adapter.
 void SelectorThread.setAdapter(Adapter adapter)
          Set the associated adapter.
 

Uses of Adapter in com.sun.enterprise.web.connector.grizzly.standalone
 

Classes in com.sun.enterprise.web.connector.grizzly.standalone that implement Adapter
 class StaticResourcesAdapter
          Simple HTTP based Web Server.
 

Uses of Adapter in com.sun.grizzly.cometd.standalone
 

Classes in com.sun.grizzly.cometd.standalone that implement Adapter
 class CometdAdapter
          Standalone Cometd implementation.
 

Uses of Adapter in org.apache.coyote
 

Methods in org.apache.coyote that return Adapter
 Adapter Processor.getAdapter()
           
 Adapter ProtocolHandler.getAdapter()
           
 

Methods in org.apache.coyote with parameters of type Adapter
 void Processor.setAdapter(Adapter adapter)
           
 void ProtocolHandler.setAdapter(Adapter adapter)
          The adapter, used to call the connector.
 

Uses of Adapter in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as Adapter
protected  Adapter Http11Processor.adapter
          Associated adapter.
protected  Adapter Http11Protocol.adapter
           
 

Methods in org.apache.coyote.http11 that return Adapter
 Adapter Http11Processor.getAdapter()
          Get the associated adapter.
 Adapter Http11Protocol.getAdapter()
           
 

Methods in org.apache.coyote.http11 with parameters of type Adapter
 void Http11Processor.setAdapter(Adapter adapter)
          Set the associated adapter.
 void Http11Protocol.setAdapter(Adapter adapter)
          The adapter, used to call the connector
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.