public class ChannelParameters extends Object
| Constructor and Description |
|---|
ChannelParameters(int localMaxMessageSize,
int localReceiveBufferSize,
int localSendBufferSize,
int localMaxChunkCount,
int remoteMaxMessageSize,
int remoteReceiveBufferSize,
int remoteSendBufferSize,
int remoteMaxChunkCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalMaxChunkCount() |
int |
getLocalMaxMessageSize() |
int |
getLocalReceiveBufferSize() |
int |
getLocalSendBufferSize() |
int |
getRemoteMaxChunkCount() |
int |
getRemoteMaxMessageSize() |
int |
getRemoteReceiveBufferSize() |
int |
getRemoteSendBufferSize() |
public ChannelParameters(int localMaxMessageSize,
int localReceiveBufferSize,
int localSendBufferSize,
int localMaxChunkCount,
int remoteMaxMessageSize,
int remoteReceiveBufferSize,
int remoteSendBufferSize,
int remoteMaxChunkCount)
public int getLocalMaxMessageSize()
public int getLocalReceiveBufferSize()
public int getLocalSendBufferSize()
public int getLocalMaxChunkCount()
public int getRemoteMaxMessageSize()
public int getRemoteReceiveBufferSize()
public int getRemoteSendBufferSize()
public int getRemoteMaxChunkCount()
Copyright © 2025. All rights reserved.