Class ChannelParameters
java.lang.Object
org.eclipse.milo.opcua.stack.core.channel.ChannelParameters
-
Constructor Summary
ConstructorsConstructorDescriptionChannelParameters(int localMaxMessageSize, int localReceiveBufferSize, int localSendBufferSize, int localMaxChunkCount, int remoteMaxMessageSize, int remoteReceiveBufferSize, int remoteSendBufferSize, int remoteMaxChunkCount) -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintint
-
Constructor Details
-
ChannelParameters
public ChannelParameters(int localMaxMessageSize, int localReceiveBufferSize, int localSendBufferSize, int localMaxChunkCount, int remoteMaxMessageSize, int remoteReceiveBufferSize, int remoteSendBufferSize, int remoteMaxChunkCount)
-
-
Method Details
-
getLocalMaxMessageSize
public int getLocalMaxMessageSize() -
getLocalReceiveBufferSize
public int getLocalReceiveBufferSize() -
getLocalSendBufferSize
public int getLocalSendBufferSize() -
getLocalMaxChunkCount
public int getLocalMaxChunkCount() -
getRemoteMaxMessageSize
public int getRemoteMaxMessageSize() -
getRemoteReceiveBufferSize
public int getRemoteReceiveBufferSize() -
getRemoteSendBufferSize
public int getRemoteSendBufferSize() -
getRemoteMaxChunkCount
public int getRemoteMaxChunkCount()
-