public interface ClientName extends Endpoint
A ClientName represents a remote client. It is used to identify a client currently connected and on behalf of which an application wants to add/remove subscriptions.
Endpoint.PROPERTIES
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getAsBytes(java.nio.ByteBuffer byteBuffer)
Relative put method on byteBuffer.
|
java.nio.ByteBuffer getAsBytes(java.nio.ByteBuffer byteBuffer)
byteBuffer
- the ByteBuffer to fillBufferOverflowException
- if the buffer's current position is not smaller than the limit.ReadOnlyBufferException
- if the buffer is read-only.Copyright 2004-2024 Solace Corporation. All rights reserved.