|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.udp.UdpTransportServer
@Deprecated public class UdpTransportServer
A UDP based implementation of TransportServer
| Field Summary |
|---|
| Fields inherited from class org.apache.activemq.transport.TransportServerSupport |
|---|
transportOptions |
| Constructor Summary | |
|---|---|
UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
Deprecated. |
|
| Method Summary | |
|---|---|
protected Transport |
configureTransport(Transport transport)
Deprecated. |
protected Transport |
createTransport(Command command,
DatagramEndpoint endpoint)
Deprecated. |
protected void |
doStart()
Deprecated. |
protected void |
doStop(ServiceStopper stopper)
Deprecated. |
UdpTransport |
getServerTransport()
Deprecated. |
InetSocketAddress |
getSocketAddress()
Deprecated. |
boolean |
isSslServer()
Deprecated. For TransportServers that provide SSL connections to their connected peers they should return true here if and only if they populate the ConnectionInfo command presented to the Broker with the peers certificate chain so that the broker knows it can use that information to authenticate the connected peer. |
protected void |
processInboundConnection(Command command)
Deprecated. |
void |
run()
Deprecated. |
void |
setBrokerInfo(BrokerInfo brokerInfo)
Deprecated. Associates a broker info with the transport server so that the transport can do discovery advertisements of the broker. |
String |
toString()
Deprecated. |
| Methods inherited from class org.apache.activemq.transport.TransportServerSupport |
|---|
getAcceptListener, getBindLocation, getConnectURI, onAcceptError, setAcceptListener, setBindLocation, setConnectURI, setTransportOption |
| Methods inherited from class org.apache.activemq.util.ServiceSupport |
|---|
addServiceListener, dispose, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.activemq.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public UdpTransportServer(URI connectURI,
UdpTransport serverTransport,
Transport configuredTransport,
ReplayStrategy replayStrategy)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void run()
public UdpTransport getServerTransport()
public void setBrokerInfo(BrokerInfo brokerInfo)
TransportServer
protected void doStart()
throws Exception
doStart in class ServiceSupportException
protected void doStop(ServiceStopper stopper)
throws Exception
doStop in class ServiceSupportExceptionprotected void processInboundConnection(Command command)
protected Transport configureTransport(Transport transport)
protected Transport createTransport(Command command,
DatagramEndpoint endpoint)
throws IOException
IOExceptionpublic InetSocketAddress getSocketAddress()
public boolean isSslServer()
TransportServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||