}
- // ------------------------------------------------------ Connector Methods
-
- public SSLSupport getSslSupport() {
- return sslSupport;
- }
-
// ------------------------------------------------------ Protected Methods
}
- /**
- * Get the underlying socket input stream.
- */
- public long getSocket() {
- return socket;
- }
-
-
// --------------------------------------------------------- Public Methods
this.socket = socket;
}
- /**
- * Get the underlying socket input stream.
- */
- public NioChannel getSocket() {
- return socket;
- }
-
public void setSelectorPool(NioSelectorPool pool) {
this.pool = pool;
}
flushBuffer();
}
- public boolean isWritable() {
- return lastWrite.get()>0;
- }
// ------------------------------------------------ HTTP/1.1 Output Methods
/**
- * Get the underlying socket output stream.
- */
- public OutputStream getOutputStream() {
-
- return outputStream;
-
- }
-
-
- /**
* Set the socket buffer size.
*/
public void setSocketBuffer(int socketBufferSize) {