Uses of Class
org.norther.tammi.spray.protocol.chain.AbstractProtocolRequest

Packages that use AbstractProtocolRequest
org.norther.tammi.spray.authenticator.chain   
org.norther.tammi.spray.protocol.chain   
org.norther.tammi.spray.remote.chain   
org.norther.tammi.spray.servlet.chain   
 

Uses of AbstractProtocolRequest in org.norther.tammi.spray.authenticator.chain
 

Subclasses of AbstractProtocolRequest in org.norther.tammi.spray.authenticator.chain
 class SavedRequest
          A saved request to be restored after authentication.
 

Uses of AbstractProtocolRequest in org.norther.tammi.spray.protocol.chain
 

Subclasses of AbstractProtocolRequest in org.norther.tammi.spray.protocol.chain
 class BaseProtocolRequest
          An abstract protocol request implementing URL, header and parameter methods.
 class HttpProtocolRequest
          A default implementation of the HTTP protocol request.
 class HttpRelayRequest
          A HTTP relay request.
 

Uses of AbstractProtocolRequest in org.norther.tammi.spray.remote.chain
 

Subclasses of AbstractProtocolRequest in org.norther.tammi.spray.remote.chain
 class HttpRMIRequest
          An HTTP request through an RMI connection.
 

Uses of AbstractProtocolRequest in org.norther.tammi.spray.servlet.chain
 

Subclasses of AbstractProtocolRequest in org.norther.tammi.spray.servlet.chain
 class HttpServletRequestDecorator
          A decorator for HttpServletRequest.
 



Copyright © 2004 The Norther Organization. All rights reserved.