java.lang.Object
org.eclipse.milo.opcua.stack.core.channel.ChannelParameters

public class ChannelParameters extends Object
  • 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()