Package jade.imtp.leap.nio
Class NIOHTTPSConnection
- java.lang.Object
-
- jade.imtp.leap.JICP.Connection
-
- jade.imtp.leap.nio.NIOJICPConnection
-
- jade.imtp.leap.nio.NIOHTTPConnection
-
- jade.imtp.leap.nio.NIOHTTPSConnection
-
public class NIOHTTPSConnection extends NIOHTTPConnection
- Author:
- eduard
-
-
Field Summary
-
Fields inherited from class jade.imtp.leap.nio.NIOJICPConnection
INITIAL_BUFFER_SIZE, MAX_HEADER_SIZE
-
Fields inherited from class jade.imtp.leap.JICP.Connection
socketCnt
-
-
Constructor Summary
Constructors Constructor Description NIOHTTPSConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close the connection-
Methods inherited from class jade.imtp.leap.nio.NIOJICPConnection
addBufferTransformer, getChannel, getRemoteHost, isClosed, moreDataAvailable, readPacket, writePacket, writeToChannel
-
-
-
-
Method Detail
-
close
public void close() throws IOExceptionDescription copied from class:NIOJICPConnectionClose the connection- Overrides:
closein classNIOJICPConnection- Throws:
IOException
-
-