Package jade.imtp.leap.JICP
Class JICPSConnection
- java.lang.Object
-
- jade.imtp.leap.JICP.Connection
-
- jade.imtp.leap.JICP.JICPConnection
-
- jade.imtp.leap.JICP.JICPSConnection
-
public class JICPSConnection extends JICPConnection
Class declaration- Author:
- Steffen Rusitschka - Siemens, Giosue Vitaglione - TILAB
-
-
Field Summary
Fields Modifier and Type Field Description protected static LoggermyLogger-
Fields inherited from class jade.imtp.leap.JICP.JICPConnection
is, os, sc
-
Fields inherited from class jade.imtp.leap.JICP.Connection
socketCnt
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJICPSConnection()JICPSConnection(TransportAddress ta)Constructor declarationJICPSConnection(TransportAddress ta, boolean useSSLAuth)JICPSConnection(TransportAddress ta, boolean useSSLAuth, int timeout, String bindHost, int bindPort)JICPSConnection(Socket s)Constructor declaration
-
Method Summary
-
Methods inherited from class jade.imtp.leap.JICP.JICPConnection
bindSocket, close, getLocalHost, getLocalPort, getOutputStream, getRemoteHost, readPacket, setReadTimeout, writePacket
-
-
-
-
Field Detail
-
myLogger
protected static Logger myLogger
-
-
Constructor Detail
-
JICPSConnection
protected JICPSConnection()
-
JICPSConnection
public JICPSConnection(TransportAddress ta) throws IOException
Constructor declaration- Throws:
IOException
-
JICPSConnection
public JICPSConnection(TransportAddress ta, boolean useSSLAuth) throws IOException
- Throws:
IOException
-
JICPSConnection
public JICPSConnection(TransportAddress ta, boolean useSSLAuth, int timeout, String bindHost, int bindPort) throws IOException
- Throws:
IOException
-
JICPSConnection
public JICPSConnection(Socket s)
Constructor declaration
-
-