Package jade.imtp.leap.http
Class HTTPPeer
- java.lang.Object
-
- jade.imtp.leap.JICP.JICPPeer
-
- jade.imtp.leap.http.HTTPPeer
-
- All Implemented Interfaces:
ICP,ProtocolManager
public class HTTPPeer extends JICPPeer
Class declaration- Author:
- Giovanni Caire - TILAB
-
-
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 HTTPPeer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionFactorygetConnectionFactory()Re-define the getConnectionFactoryTransportProtocolgetProtocol()Re-define the getProtocol() method to return the HTTPProtocol-
Methods inherited from class jade.imtp.leap.JICP.JICPPeer
activate, deactivate, deliverCommand, getServerSocket
-
-
-
-
Method Detail
-
getProtocol
public TransportProtocol getProtocol()
Re-define the getProtocol() method to return the HTTPProtocol- Specified by:
getProtocolin interfaceICP- Specified by:
getProtocolin interfaceProtocolManager- Overrides:
getProtocolin classJICPPeer
-
getConnectionFactory
public ConnectionFactory getConnectionFactory()
Re-define the getConnectionFactory- Specified by:
getConnectionFactoryin interfaceProtocolManager- Overrides:
getConnectionFactoryin classJICPPeer
-
-