public interface ConnectionChannel extends CloneableObject
Title: Service Event Fabric Core
Description: Defines a channel of the Connection
(it can be client or server).
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the channel.
|
Address |
getLocalAddress()
Returns a local address of the channel.
|
Address |
getRemoteAddress()
Returns a remote address of the channel.
|
boolean |
isOpened()
Checks if the channel is opened.
|
void |
open()
Opens the channel.
|
clone
Address getLocalAddress()
Address getRemoteAddress()
boolean isOpened()
true
if the channel is opened, false
otherwise.void open() throws FabricException
FabricException
- if if some error occurs during the opening.void close()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.