Package | Description |
---|---|
org.apache.axis2.transport.base.datagram |
Base classes for datagram transports.
|
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
DatagramDispatcherCallback.receive(DatagramEndpoint endpoint,
byte[] data,
int length,
DatagramOutTransportInfo outInfo)
Receive a message and inject it into the Axis2 engine.
|
Constructor and Description |
---|
ProcessPacketTask(DatagramEndpoint endpoint,
byte[] data,
int length,
DatagramOutTransportInfo outInfo) |
Modifier and Type | Class and Description |
---|---|
class |
UDPOutTransportInfo
Holder of information to send an outgoing message to a UDP destination.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.