public class PipeEndpointListener extends Object implements Runnable
Runnable that reads messages from a given UNIX pipe.
The pipe will be opened in read/write mode. There are several reasons to do this:
FileInputStream we open
the pipe in read/write mode to avoid blocking.| Constructor and Description |
|---|
PipeEndpointListener(PipeEndpoint endpoint,
org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback) |
public PipeEndpointListener(PipeEndpoint endpoint, org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback) throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionCopyright © 2005–2018 Apache Software Foundation. All rights reserved.