public class PipeDispatcher extends java.lang.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 java.io.IOException
addEndpoint in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>java.io.IOExceptionpublic void removeEndpoint(PipeEndpoint endpoint) throws java.io.IOException
removeEndpoint in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>java.io.IOExceptionpublic void stop()
throws java.io.IOException
stop in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>java.io.IOExceptionCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.