processor = createProcessor();
}
- processor.action(ActionCode.START, null);
-
SocketState state = processor.process(socket);
if (state == SocketState.LONG) {
// Associate the connection with the processor. The next request
import javax.management.ObjectName;
-import org.apache.coyote.ActionCode;
import org.apache.coyote.RequestGroupInfo;
import org.apache.coyote.RequestInfo;
import org.apache.juli.logging.Log;
processor = createProcessor();
}
- processor.action(ActionCode.START, null);
-
if (proto.endpoint.isSSLEnabled() && (proto.sslImplementation != null)) {
if (socket instanceof SecureNioChannel) {
SecureNioChannel ch = (SecureNioChannel)socket;
<bug>49802</bug>: Re-factor connector pause, stop and destroy methods so
that calling any of those methods has the expected results. (markt)
</fix>
+ <update>
+ Various refactorings to reduce code duplication and unnecessary code in
+ the connectors. (markt)
+ </update>
</changelog>
</subsection>
<subsection name="Jasper">