Uses of Package
com.pushtotest.tool.protocolhandler

Packages that use com.pushtotest.tool.protocolhandler
com.pushtotest.tool.protocolhandler   
com.pushtotest.tool.response   
 

Classes in com.pushtotest.tool.protocolhandler used by com.pushtotest.tool.protocolhandler
Body
          This is an interface that should be implemented to allow Protocol specific setting of the content of the body of a request.
ConnectionTimeoutException
          This is an exception that is thrown if a timeout value is set on a Protocol handler and the timeout is reached before the connection is completed.
Header
          This is an interface that should be implemented to allow Protocol specific setting of the headers of a request.
HeaderWrapper
          This is an abstract class that implements the non-type specific parts of the header interface.
HTTPProtocol
          This is the implementation of the HTTP Protocol handler.
NotReadyException
          This is an Exception that is thrown if the connect() method of a Protocol is called without all of the necessary properties initialized.
Protocol
          This is an interface that should be implemented to allow Protocol specific access to a web service, etc.
ProtocolWrapper
          This is an abstract implementation of the Protocol interface that provides an easy way to implement a new Protocol while this handles the details of the simpler methods.
 

Classes in com.pushtotest.tool.protocolhandler used by com.pushtotest.tool.response
Protocol
          This is an interface that should be implemented to allow Protocol specific access to a web service, etc.