import java.io.InterruptedIOException;
import java.net.InetAddress;
import java.net.Socket;
-import java.security.AccessController;
-import java.security.PrivilegedAction;
import java.util.Locale;
import java.util.concurrent.atomic.AtomicBoolean;
protected InternalOutputBuffer outputBuffer = null;
-
/**
* SSL information.
*/
protected SSLSupport sslSupport;
+
/**
* Async used
*/
/**
+ * State flag.
+ */
+ protected boolean started = false;
+
+
+ /**
* Socket associated with the current connection.
*/
protected SocketWrapper<Socket> socket;
-
/**
* Associated endpoint.
*/
protected JIoEndpoint endpoint;
-
-
- // ------------------------------------------------------------- Properties
-
-
-
-
-
// --------------------------------------------------------- Public Methods
-
-
/**
* Set the SSL information for this HTTP connection.
*/