|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.bytebuffer.ByteBufferFactory
org.opcfoundation.ua.transport.tcp.impl.ChunkFactory
org.opcfoundation.ua.transport.tcp.impl.ChunkFactory.AsymmMsgChunkFactory
public static class ChunkFactory.AsymmMsgChunkFactory
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opcfoundation.ua.transport.tcp.impl.ChunkFactory |
|---|
ChunkFactory.AcknowledgeChunkFactory, ChunkFactory.AsymmMsgChunkFactory, ChunkFactory.ErrorMessageChunkFactory, ChunkFactory.HelloChunkFactory |
| Field Summary |
|---|
| Fields inherited from class org.opcfoundation.ua.transport.tcp.impl.ChunkFactory |
|---|
cipherBlockSize, maxChunkSize, maxPlaintextSize, messageHeaderSize, securityHeader, securityMode, sequenceHeader, signatureSize |
| Fields inherited from class org.opcfoundation.ua.utils.bytebuffer.ByteBufferFactory |
|---|
BIG_ENDIAN_HEAP_BYTEBUFFER_FACTORY, DEFAULT_ENDIAN_HEAP_BYTEBUFFER_FACTORY, LITTLE_ENDIAN_HEAP_BYTEBUFFER_FACTORY |
| Constructor Summary | |
|---|---|
ChunkFactory.AsymmMsgChunkFactory(int maxChunkSize,
SecurityConfiguration profile)
|
|
| Method Summary | |
|---|---|
ByteBuffer |
allocate(int bodySize)
allocate. |
| Methods inherited from class org.opcfoundation.ua.transport.tcp.impl.ChunkFactory |
|---|
encryptChunk, expandToCompleteChunk, expandToCompleteChunk, getMinimumPadding, signChunk, writePadding, writePaddingSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkFactory.AsymmMsgChunkFactory(int maxChunkSize,
SecurityConfiguration profile)
throws ServiceResultException
ServiceResultException| Method Detail |
|---|
public ByteBuffer allocate(int bodySize)
ChunkFactoryallocate.
Allocate chunk for a message with a given body size.
allocate in class ChunkFactorybodySize - a int.
ByteBuffer object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||