Uses of Interface
org.apache.coyote.Adapter

Packages that use Adapter
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.standalone
 

Classes in com.sun.enterprise.web.connector.grizzly.standalone that implement Adapter
 class StaticResourcesAdapter
           
 

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 ProtocolHandler.getAdapter()
           
 Adapter Processor.getAdapter()
           
 

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

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-2011 Oracle Corporation. All Rights Reserved.