public abstract class AbstractChannel extends AbstractPeer implements Channel
| Constructor and Description |
|---|
AbstractChannel(URL url,
ChannelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(Object message,
boolean sent)
send message.
|
String |
toString() |
caught, close, close, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startCloseequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttributeclose, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, startClosepublic AbstractChannel(URL url, ChannelHandler handler)
public void send(Object message, boolean sent) throws RemotingException
Endpointsend in interface Endpointsent - already sent to socket?RemotingExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.