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.IOException
public void removeEndpoint(PipeEndpoint endpoint) throws java.io.IOException
removeEndpoint
in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
java.io.IOException
public void stop() throws java.io.IOException
stop
in interface org.apache.axis2.transport.base.datagram.DatagramDispatcher<PipeEndpoint>
java.io.IOException
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.