| Constructor and Description |
|---|
Detach() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getClosed() |
Error |
getError() |
UnsignedInteger |
getHandle() |
ByteBuffer |
getPayload() |
void |
invoke(short channel,
ConnectionHandler conn) |
void |
setClosed(Boolean closed) |
void |
setError(Error error) |
void |
setHandle(UnsignedInteger handle) |
void |
setPayload(ByteBuffer payload) |
String |
toString() |
public UnsignedInteger getHandle()
public void setHandle(UnsignedInteger handle)
public Boolean getClosed()
public void setClosed(Boolean closed)
public Error getError()
public void setError(Error error)
public void invoke(short channel,
ConnectionHandler conn)
public void setPayload(ByteBuffer payload)
public ByteBuffer getPayload()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.