public class PipeEndpointListener
extends java.lang.Object
implements java.lang.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) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
stop() |
public PipeEndpointListener(PipeEndpoint endpoint, org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback) throws java.io.IOException
java.io.IOException
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.