Uses of Class
org.apache.axis2.transport.udp.Endpoint
-
Packages that use Endpoint Package Description org.apache.axis2.transport.udp Transport implementation for the UDP protocol. -
-
Uses of Endpoint in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp that return Endpoint Modifier and Type Method Description protected Endpoint
UDPListener. doCreateEndpoint()
Methods in org.apache.axis2.transport.udp with parameters of type Endpoint Modifier and Type Method Description void
IODispatcher. addEndpoint(Endpoint endpoint)
Add a new endpoint.void
IODispatcher. removeEndpoint(Endpoint endpoint)
Remove an endpoint.
-