public interface TTransport
| Modifier and Type | Method and Description |
|---|---|
void |
read(byte[] buf,
int off,
int len) |
default void |
write(byte[] buf) |
void |
write(byte[] buf,
int off,
int len) |
void read(byte[] buf,
int off,
int len)
throws TTransportException
TTransportExceptionvoid write(byte[] buf,
int off,
int len)
throws TTransportException
TTransportExceptiondefault void write(byte[] buf)
throws TTransportException
TTransportExceptionCopyright © 2012–2024. All rights reserved.