
Public Member Functions | |
| void | close () |
| Connection (SockIOPool.SockIO sock, StringBuilder request) throws IOException | |
| ByteBuffer | getBuffer () |
| boolean | isDone () |
| String | toString () |
Public Attributes | |
| SocketChannel | channel |
| List< ByteBuffer > | incoming = new ArrayList<ByteBuffer>() |
| ByteBuffer | outgoing |
| SockIOPool.SockIO | sock |
Private Attributes | |
| boolean | isDone = false |
| Connection | ( | SockIOPool.SockIO | sock, | |
| StringBuilder | request | |||
| ) | throws IOException |
| void close | ( | ) |
| ByteBuffer getBuffer | ( | ) |
| boolean isDone | ( | ) |
| String toString | ( | ) |
| SocketChannel channel |
| List<ByteBuffer> incoming = new ArrayList<ByteBuffer>() |
boolean isDone = false [private] |
| ByteBuffer outgoing |
| SockIOPool.SockIO sock |
1.5.8