Package | Description |
---|---|
com.streamscape.sef.network.tlp |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionFactory.createConnection(LinkAddress address,
long timeout) |
Connection |
ConnectionFactory.createConnection(LinkAddress address,
long timeout,
byte connectionType) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConnectionStateHandler.onClose(Connection connection,
boolean isNormal) |
void |
ConnectionStateHandler.onClose(Connection connection,
boolean isNormal)
This method is invoked before the specified connection will be closed.
|
void |
DefaultConnectionStateHandler.onError(Connection connection,
FabricException exception) |
void |
ConnectionStateHandler.onError(Connection connection,
FabricException exception)
This method will be invoked if the specified error occurs during a work of the specified connection.
|
void |
DefaultConnectionStateHandler.onOpen(Connection connection,
boolean isOutgoing) |
void |
ConnectionStateHandler.onOpen(Connection connection,
boolean isOutgoing)
This method will be immediately invoked after the specified connection is opened.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.