Package jade.imtp.leap.http
Class HTTPSPeer
- java.lang.Object
-
- jade.imtp.leap.JICP.JICPPeer
-
- jade.imtp.leap.JICP.JICPSPeer
-
- jade.imtp.leap.http.HTTPSPeer
-
- All Implemented Interfaces:
ICP,ProtocolManager
public class HTTPSPeer extends JICPSPeer
- Author:
- Eduard Drenth: Logica, 1-okt-2009
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jade.imtp.leap.ICP
ICP.Listener
-
-
Field Summary
-
Fields inherited from class jade.imtp.leap.JICP.JICPPeer
CONNECTION_TIMEOUT, READ_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description HTTPSPeer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionFactorygetConnectionFactory()Subclasses may re-define this method to return their own ConnectionFactoryTransportProtocolgetProtocol()Subclasses may re-define this method to return their own protocol-
Methods inherited from class jade.imtp.leap.JICP.JICPSPeer
activate, getServerSocket
-
Methods inherited from class jade.imtp.leap.JICP.JICPPeer
deactivate, deliverCommand
-
-
-
-
Method Detail
-
getConnectionFactory
public ConnectionFactory getConnectionFactory()
Description copied from class:JICPSPeerSubclasses may re-define this method to return their own ConnectionFactory- Specified by:
getConnectionFactoryin interfaceProtocolManager- Overrides:
getConnectionFactoryin classJICPSPeer
-
getProtocol
public TransportProtocol getProtocol()
Description copied from class:JICPPeerSubclasses may re-define this method to return their own protocol- Specified by:
getProtocolin interfaceICP- Specified by:
getProtocolin interfaceProtocolManager- Overrides:
getProtocolin classJICPPeer
-
-