Package jade.imtp.leap.JICP
Interface ConnectionFactory
-
public interface ConnectionFactory- Author:
- Giovanni Caire - Telecom Italia LAB S.p.A.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectioncreateConnection(TransportAddress ta)ConnectioncreateConnection(Socket s)
-
-
-
Method Detail
-
createConnection
Connection createConnection(Socket s)
-
createConnection
Connection createConnection(TransportAddress ta) throws IOException
- Throws:
IOException
-
-