public class TunnelStreamAcceptOptions
extends java.lang.Object
| Constructor and Description |
|---|
TunnelStreamAcceptOptions() |
| Modifier and Type | Method and Description |
|---|---|
ClassOfService |
classOfService()
Returns the class of service of the TunnelStream.
|
void |
clear()
Clears the TunnelStreamAcceptOptions for re-use.
|
TunnelStreamDefaultMsgCallback |
defaultMsgCallback()
The TunnelStreamDefaultMsgCallback of the accepted TunnelStream.
|
void |
defaultMsgCallback(TunnelStreamDefaultMsgCallback callback)
The TunnelStreamDefaultMsgCallback of the accepted TunnelStream.
|
int |
guaranteedOutputBuffers()
Returns the number of guaranteed output buffers that will be available
for the tunnel stream.
|
int |
guaranteedOutputBuffers(int numBuffers)
Sets the number of guaranteed output buffers that will be available
for the tunnel stream.
|
TunnelStreamStatusEventCallback |
statusEventCallback()
The TunnelStreamStatusEventCallback of the accepted TunnelStream.
|
void |
statusEventCallback(TunnelStreamStatusEventCallback callback)
The TunnelStreamStatusEventCallback of the accepted TunnelStream.
|
java.lang.Object |
userSpecObject()
Returns the user specified object to be set on the TunnelStream.
|
void |
userSpecObject(java.lang.Object userSpecObject)
Sets a user specified object to be set on the TunnelStream.
|
public ClassOfService classOfService()
ClassOfServicepublic void statusEventCallback(TunnelStreamStatusEventCallback callback)
callback - the callbackpublic TunnelStreamStatusEventCallback statusEventCallback()
public void defaultMsgCallback(TunnelStreamDefaultMsgCallback callback)
callback - the callbackpublic TunnelStreamDefaultMsgCallback defaultMsgCallback()
public int guaranteedOutputBuffers(int numBuffers)
numBuffers - the number of guaranteed output buffersReactorReturnCodes.SUCCESS if the number of guaranteed
output buffers is valid, otherwise ReactorReturnCodes.PARAMETER_OUT_OF_RANGE
if the number of guaranteed output buffers is out of rangepublic int guaranteedOutputBuffers()
public java.lang.Object userSpecObject()
public void userSpecObject(java.lang.Object userSpecObject)
userSpecObject - the user spec objectpublic void clear()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.