|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TTransportException | |
|---|---|
| org.apache.thrift.transport | |
| Uses of TTransportException in org.apache.thrift.transport |
|---|
| Methods in org.apache.thrift.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 |
TFastFramedTransport.flush()
|
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 |
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 att 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 |
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. |
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 |
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.thrift.transport that throw TTransportException | |
|---|---|
THttpClient(java.lang.String url)
|
|
TNonblockingServerSocket(java.net.InetSocketAddress bindAddr)
|
|
TNonblockingServerSocket(java.net.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(java.net.InetSocketAddress bindAddr)
|
|
TServerSocket(java.net.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(java.net.Socket socket)
Constructor that takes an already created socket. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||