Uses of Class
org.apache.axis2.transport.base.datagram.DatagramEndpoint
-
Packages that use DatagramEndpoint Package Description org.apache.axis2.transport.base.datagram Base classes for datagram transports.org.apache.axis2.transport.udp Transport implementation for the UDP protocol. -
-
Uses of DatagramEndpoint in org.apache.axis2.transport.base.datagram
Classes in org.apache.axis2.transport.base.datagram with type parameters of type DatagramEndpoint Modifier and Type Class Description classAbstractDatagramTransportListener<E extends DatagramEndpoint>Methods in org.apache.axis2.transport.base.datagram with parameters of type DatagramEndpoint Modifier and Type Method Description voidDatagramDispatcherCallback. receive(DatagramEndpoint endpoint, byte[] data, int length, DatagramOutTransportInfo outInfo)Receive a message and inject it into the Axis2 engine.Constructors in org.apache.axis2.transport.base.datagram with parameters of type DatagramEndpoint Constructor Description ProcessPacketTask(DatagramEndpoint endpoint, byte[] data, int length, DatagramOutTransportInfo outInfo) -
Uses of DatagramEndpoint in org.apache.axis2.transport.udp
Subclasses of DatagramEndpoint in org.apache.axis2.transport.udp Modifier and Type Class Description classEndpointUDP endpoint description.
-