|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TTransportException | |
---|---|
org.apache.blur.thirdparty.thrift_0_9_0.transport | |
org.apache.blur.thrift |
Uses of TTransportException in org.apache.blur.thirdparty.thrift_0_9_0.transport |
---|
Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport that throw TTransportException | |
---|---|
TTransport |
TServerTransport.accept()
|
void |
AutoExpandingBufferReadTransport.fill(TTransport inTrans,
int length)
|
void |
TTransport.flush()
Flush any pending data out of a transport buffer. |
void |
TNonblockingSocket.flush()
Noop. |
void |
TIOStreamTransport.flush()
Flushes the underlying output stream if not null. |
void |
THttpClient.flush()
|
void |
TFramedTransport.flush()
|
void |
TFileTransport.flush()
Flush any pending data out of a transport buffer. |
void |
TFastFramedTransport.flush()
|
static TSocket |
TSSLTransportFactory.getClientSocket(String host,
int port)
Get a default SSL wrapped TSocket connected to the specified host and port. |
static TSocket |
TSSLTransportFactory.getClientSocket(String host,
int port,
int timeout)
Get a default SSL wrapped TSocket connected to the specified host and port. |
static TSocket |
TSSLTransportFactory.getClientSocket(String host,
int port,
int timeout,
TSSLTransportFactory.TSSLTransportParameters params)
Get a custom configured SSL wrapped TSocket. |
int |
TFileTransport.getCurChunk()
|
int |
TFileTransport.getNumChunks()
|
static TServerSocket |
TSSLTransportFactory.getServerSocket(int port)
Get a SSL wrapped TServerSocket bound to the specified port. |
static TServerSocket |
TSSLTransportFactory.getServerSocket(int port,
int clientTimeout)
Get a default SSL wrapped TServerSocket bound to the specified port |
static TServerSocket |
TSSLTransportFactory.getServerSocket(int port,
int clientTimeout,
boolean clientAuth,
InetAddress ifAddress)
Get a default SSL wrapped TServerSocket bound to the specified port and interface |
static TServerSocket |
TSSLTransportFactory.getServerSocket(int port,
int clientTimeout,
InetAddress ifAddress,
TSSLTransportFactory.TSSLTransportParameters params)
Get a configured SSL wrapped TServerSocket bound to the specified port and interface. |
abstract void |
TServerTransport.listen()
|
void |
TServerSocket.listen()
|
void |
TNonblockingServerSocket.listen()
|
abstract void |
TTransport.open()
Opens the transport for reading/writing. |
void |
TSocket.open()
Connects the socket, creating a new socket object if necessary. |
void |
TNonblockingSocket.open()
Do not call, the implementation provides its own lazy non-blocking connect. |
void |
TMemoryInputTransport.open()
|
void |
TIOStreamTransport.open()
The streams must already be open. |
void |
TFramedTransport.open()
|
void |
TFileTransport.open()
Diverging from the cpp model and sticking to the TSocket model Files are not opened in ctor - but in explicit open call |
void |
TFastFramedTransport.open()
|
void |
AutoExpandingBufferWriteTransport.open()
|
void |
AutoExpandingBufferReadTransport.open()
|
abstract int |
TTransport.read(byte[] buf,
int off,
int len)
Reads up to len bytes into buffer buf, starting at offset off. |
int |
TNonblockingSocket.read(byte[] buf,
int off,
int len)
Reads from the underlying input stream if not null. |
int |
TMemoryInputTransport.read(byte[] buf,
int off,
int len)
|
int |
TIOStreamTransport.read(byte[] buf,
int off,
int len)
Reads from the underlying input stream if not null. |
int |
THttpClient.read(byte[] buf,
int off,
int len)
|
int |
TFramedTransport.read(byte[] buf,
int off,
int len)
|
int |
TFileTransport.read(byte[] buf,
int off,
int len)
Reads up to len bytes into buffer buf, starting at offset off. |
int |
TFastFramedTransport.read(byte[] buf,
int off,
int len)
|
int |
AutoExpandingBufferWriteTransport.read(byte[] buf,
int off,
int len)
|
int |
AutoExpandingBufferReadTransport.read(byte[] target,
int off,
int len)
|
int |
TTransport.readAll(byte[] buf,
int off,
int len)
Guarantees that all of len bytes are actually read off the transport. |
int |
TFileTransport.readAll(byte[] buf,
int off,
int len)
Cloned from TTransport.java:readAll(). |
void |
TFileTransport.seekToChunk(int chunk)
|
void |
TFileTransport.seekToEnd()
|
void |
TTransport.write(byte[] buf)
Writes the buffer to the output |
abstract void |
TTransport.write(byte[] buf,
int off,
int len)
Writes up to len bytes from the buffer. |
void |
TNonblockingSocket.write(byte[] buf,
int off,
int len)
Writes to the underlying output stream if not null. |
void |
TMemoryInputTransport.write(byte[] buf,
int off,
int len)
|
void |
TIOStreamTransport.write(byte[] buf,
int off,
int len)
Writes to the underlying output stream if not null. |
void |
TFramedTransport.write(byte[] buf,
int off,
int len)
|
void |
TFileTransport.write(byte[] buf,
int off,
int len)
Writes up to len bytes from the buffer. |
void |
TFastFramedTransport.write(byte[] buf,
int off,
int len)
|
void |
AutoExpandingBufferWriteTransport.write(byte[] toWrite,
int off,
int len)
|
void |
AutoExpandingBufferReadTransport.write(byte[] buf,
int off,
int len)
|
Constructors in org.apache.blur.thirdparty.thrift_0_9_0.transport that throw TTransportException | |
---|---|
THttpClient(String url)
|
|
THttpClient(String url,
org.apache.http.client.HttpClient client)
|
|
TNonblockingServerSocket(InetSocketAddress bindAddr)
|
|
TNonblockingServerSocket(InetSocketAddress bindAddr,
int clientTimeout)
|
|
TNonblockingServerSocket(int port)
Creates just a port listening server socket |
|
TNonblockingServerSocket(int port,
int clientTimeout)
Creates just a port listening server socket |
|
TServerSocket(InetSocketAddress bindAddr)
|
|
TServerSocket(InetSocketAddress bindAddr,
int clientTimeout)
|
|
TServerSocket(int port)
Creates just a port listening server socket |
|
TServerSocket(int port,
int clientTimeout)
Creates just a port listening server socket |
|
TSocket(Socket socket)
Constructor that takes an already created socket. |
Uses of TTransportException in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift that throw TTransportException | |
---|---|
Blur.Client |
ClientPool.getClient(Connection connection)
|
Blur.Client |
ClientPool.newClient(Connection connection)
|
static Blur.Client |
BlurClientManager.newClient(Connection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |