|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransportLayerFactory
Factory of Network Layer elements. Configuration and message parser instances injection by constructor
| Method Summary | |
|---|---|
IConnection |
createConnection(java.net.InetAddress inetAddress,
int port,
IConnectionListener listener,
java.lang.String ref)
Create new IConnection instance with predefined parameters |
IConnection |
createConnection(java.net.InetAddress inetAddress,
int port,
java.lang.String ref)
Create new IConnection instance with predefined parameters |
| Methods inherited from interface org.jdiameter.api.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
IConnection createConnection(java.net.InetAddress inetAddress,
int port,
java.lang.String ref)
throws TransportException
inetAddress - destination host addressport - destination port addressref - reference to additional parameters
TransportException
IConnection createConnection(java.net.InetAddress inetAddress,
int port,
IConnectionListener listener,
java.lang.String ref)
throws TransportException
inetAddress - destination host addressport - destination port addresslistener - connection listener instanceref - reference to additional parameters
TransportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||