Package com.danga.MemCached
Class MemCachedClient.NIOLoader.Connection
- java.lang.Object
-
- com.danga.MemCached.MemCachedClient.NIOLoader.Connection
-
- Enclosing class:
- MemCachedClient.NIOLoader
private final class MemCachedClient.NIOLoader.Connection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Connection(SockIOPool.SockIO sock, java.lang.StringBuilder request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.nio.ByteBuffer
getBuffer()
boolean
isDone()
java.lang.String
toString()
-
-
-
Field Detail
-
incoming
public java.util.List<java.nio.ByteBuffer> incoming
-
outgoing
public java.nio.ByteBuffer outgoing
-
sock
public SockIOPool.SockIO sock
-
channel
public java.nio.channels.SocketChannel channel
-
isDone
private boolean isDone
-
-
Constructor Detail
-
Connection
public Connection(SockIOPool.SockIO sock, java.lang.StringBuilder request) throws java.io.IOException
- Throws:
java.io.IOException
-
-