FrameBody.FrameBodyHandler<E>
Constructor and Description |
---|
Begin() |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
getDesiredCapabilities() |
UnsignedInteger |
getHandleMax() |
UnsignedInteger |
getIncomingWindow() |
UnsignedInteger |
getNextOutgoingId() |
Symbol[] |
getOfferedCapabilities() |
UnsignedInteger |
getOutgoingWindow() |
Map |
getProperties() |
UnsignedShort |
getRemoteChannel() |
<E> void |
invoke(FrameBody.FrameBodyHandler<E> handler,
Binary payload,
E context) |
void |
setDesiredCapabilities(Symbol... desiredCapabilities) |
void |
setHandleMax(UnsignedInteger handleMax) |
void |
setIncomingWindow(UnsignedInteger incomingWindow) |
void |
setNextOutgoingId(UnsignedInteger nextOutgoingId) |
void |
setOfferedCapabilities(Symbol... offeredCapabilities) |
void |
setOutgoingWindow(UnsignedInteger outgoingWindow) |
void |
setProperties(Map properties) |
void |
setRemoteChannel(UnsignedShort remoteChannel) |
String |
toString() |
public UnsignedShort getRemoteChannel()
public void setRemoteChannel(UnsignedShort remoteChannel)
public UnsignedInteger getNextOutgoingId()
public void setNextOutgoingId(UnsignedInteger nextOutgoingId)
public UnsignedInteger getIncomingWindow()
public void setIncomingWindow(UnsignedInteger incomingWindow)
public UnsignedInteger getOutgoingWindow()
public void setOutgoingWindow(UnsignedInteger outgoingWindow)
public UnsignedInteger getHandleMax()
public void setHandleMax(UnsignedInteger handleMax)
public Symbol[] getOfferedCapabilities()
public void setOfferedCapabilities(Symbol... offeredCapabilities)
public Symbol[] getDesiredCapabilities()
public void setDesiredCapabilities(Symbol... desiredCapabilities)
public Map getProperties()
public void setProperties(Map properties)
public <E> void invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)
Copyright © 2016 The Apache Software Foundation. All rights reserved.