|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.transport.multicast | A Multicast based Transport implementation. |
org.apache.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
Uses of Endpoint in org.apache.activemq.command |
---|
Classes in org.apache.activemq.command that implement Endpoint | |
---|---|
class |
BaseEndpoint
A default endpoint. |
Methods in org.apache.activemq.command that return Endpoint | |
---|---|
Endpoint |
KeepAliveInfo.getFrom()
The endpoint within the transport where this message came from. |
Endpoint |
WireFormatInfo.getFrom()
The endpoint within the transport where this message came from. |
Endpoint |
PartialCommand.getFrom()
|
Endpoint |
BaseCommand.getFrom()
The endpoint within the transport where this message came from. |
Endpoint |
Command.getFrom()
The endpoint within the transport where this message came from which could be null if the transport only supports a single endpoint. |
Endpoint |
KeepAliveInfo.getTo()
The endpoint within the transport where this message is going to - null means all endpoints. |
Endpoint |
WireFormatInfo.getTo()
The endpoint within the transport where this message is going to - null means all endpoints. |
Endpoint |
PartialCommand.getTo()
|
Endpoint |
BaseCommand.getTo()
The endpoint within the transport where this message is going to - null means all endpoints. |
Endpoint |
Command.getTo()
The endpoint within the transport where this message is going to - null means all endpoints. |
Methods in org.apache.activemq.command with parameters of type Endpoint | |
---|---|
void |
KeepAliveInfo.setFrom(Endpoint from)
|
void |
WireFormatInfo.setFrom(Endpoint from)
|
void |
PartialCommand.setFrom(Endpoint from)
|
void |
BaseCommand.setFrom(Endpoint from)
|
void |
Command.setFrom(Endpoint from)
|
void |
KeepAliveInfo.setTo(Endpoint to)
|
void |
WireFormatInfo.setTo(Endpoint to)
|
void |
PartialCommand.setTo(Endpoint to)
|
void |
BaseCommand.setTo(Endpoint to)
|
void |
Command.setTo(Endpoint to)
|
Uses of Endpoint in org.apache.activemq.transport.multicast |
---|
Methods in org.apache.activemq.transport.multicast that return Endpoint | |
---|---|
Endpoint |
MulticastDatagramHeaderMarshaller.createEndpoint(java.nio.ByteBuffer readBuffer,
java.net.SocketAddress address)
|
Uses of Endpoint in org.apache.activemq.transport.stomp |
---|
Methods in org.apache.activemq.transport.stomp that return Endpoint | |
---|---|
Endpoint |
StompFrame.getFrom()
|
Endpoint |
StompFrame.getTo()
|
Methods in org.apache.activemq.transport.stomp with parameters of type Endpoint | |
---|---|
void |
StompFrame.setFrom(Endpoint from)
|
void |
StompFrame.setTo(Endpoint to)
|
Uses of Endpoint in org.apache.activemq.transport.udp |
---|
Classes in org.apache.activemq.transport.udp that implement Endpoint | |
---|---|
class |
DatagramEndpoint
|
Methods in org.apache.activemq.transport.udp that return Endpoint | |
---|---|
Endpoint |
DatagramHeaderMarshaller.createEndpoint(java.nio.ByteBuffer readBuffer,
java.net.SocketAddress address)
Reads any header if applicable and then creates an endpoint object |
Endpoint |
DatagramHeaderMarshaller.createEndpoint(java.net.DatagramPacket datagram,
java.io.DataInputStream dataIn)
|
protected Endpoint |
DatagramHeaderMarshaller.createEndpoint(java.net.SocketAddress address)
|
protected Endpoint |
DatagramHeaderMarshaller.getEndpoint(java.net.SocketAddress address)
Gets the current endpoint object for this address or creates one if not available. |
Methods in org.apache.activemq.transport.udp with parameters of type Endpoint | |
---|---|
void |
UdpTransport.setTargetEndpoint(Endpoint newTarget)
We have received the WireFormatInfo from the server on the actual channel we should use for all future communication with the server, so lets set the target to be the actual channel that the server has chosen for us to talk on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |