public class PipeDispatcher extends Object implements org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
DatagramDispatcher implementation for the pipe transport.| Constructor and Description |
|---|
PipeDispatcher(org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpoint(PipeEndpoint endpoint) |
void |
removeEndpoint(PipeEndpoint endpoint) |
void |
stop() |
public PipeDispatcher(org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
public void addEndpoint(PipeEndpoint endpoint) throws IOException
addEndpoint in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>IOExceptionpublic void removeEndpoint(PipeEndpoint endpoint) throws IOException
removeEndpoint in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>IOExceptionpublic void stop()
throws IOException
stop in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>IOExceptionCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.