org.apache.blur.thirdparty.thrift_0_9_0.transport
Class TServerTransport
java.lang.Object
org.apache.blur.thirdparty.thrift_0_9_0.transport.TServerTransport
- Direct Known Subclasses:
- TNonblockingServerTransport, TServerSocket
public abstract class TServerTransport
- extends Object
Server transport. Object which provides client transports.
TServerTransport
public TServerTransport()
listen
public abstract void listen()
throws TTransportException
- Throws:
TTransportException
accept
public final TTransport accept()
throws TTransportException
- Throws:
TTransportException
close
public abstract void close()
interrupt
public void interrupt()
- Optional method implementation. This signals to the server transport
that it should break out of any accept() or listen() that it is currently
blocked on. This method, if implemented, MUST be thread safe, as it may
be called from a different thread context than the other TServerTransport
methods.
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.