Package jade.imtp.leap.nio
Class NIOHTTPPeer
- java.lang.Object
-
- jade.imtp.leap.JICP.JICPPeer
-
- jade.imtp.leap.nio.NIOJICPPeer
-
- jade.imtp.leap.nio.NIOHTTPPeer
-
- All Implemented Interfaces:
ICP,ProtocolManager
- Direct Known Subclasses:
NIOHTTPSPeer
public class NIOHTTPPeer extends NIOJICPPeer
- Author:
- eduard
-
-
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 NIOHTTPPeer()
-
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.JICPPeer
activate, deactivate, deliverCommand, getServerSocket
-
-
-
-
Method Detail
-
getConnectionFactory
public ConnectionFactory getConnectionFactory()
Description copied from class:JICPPeerSubclasses may re-define this method to return their own ConnectionFactory- Specified by:
getConnectionFactoryin interfaceProtocolManager- Overrides:
getConnectionFactoryin classNIOJICPPeer
-
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
-
-