Package | Description |
---|---|
com.streamscape.omf.json.jackson | |
com.streamscape.sef.network | |
com.streamscape.sef.network.tlp |
Modifier and Type | Method and Description |
---|---|
Address |
JacksonUtils.AddressDeserializer.deserialize(JsonParser jp,
DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
JacksonUtils.AddressSerializer.serialize(Address value,
JsonGenerator jgen,
SerializerProvider provider) |
void |
JacksonUtils.AddressSerializer.serializeWithType(Address value,
JsonGenerator jgen,
SerializerProvider provider,
TypeSerializer typeSer) |
Modifier and Type | Method and Description |
---|---|
Address |
LinkAddress.getAddress() |
Constructor and Description |
---|
LinkAddress(Address address) |
LinkAddress(LinkProtocol protocol,
Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
Connection.getAddress()
Returns an address of the connection.
|
Address |
ConnectionChannel.getLocalAddress()
Returns a local address of the channel.
|
Address |
ConnectionChannel.getRemoteAddress()
Returns a remote address of the channel.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.