Class SSLSwitchingEvent
java.lang.Object
com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
- All Implemented Interfaces:
org.glassfish.grizzly.filterchain.FilterChainEvent
public final class SSLSwitchingEvent
extends Object
implements org.glassfish.grizzly.filterchain.FilterChainEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSSLSwitchingEvent(org.glassfish.grizzly.Connection c, boolean secure) SSLSwitchingEvent(org.glassfish.grizzly.Connection c, boolean secure, String host, int port) -
Method Summary
-
Constructor Details
-
SSLSwitchingEvent
public SSLSwitchingEvent(org.glassfish.grizzly.Connection c, boolean secure) -
SSLSwitchingEvent
-
-
Method Details
-
type
- Specified by:
typein interfaceorg.glassfish.grizzly.filterchain.FilterChainEvent
-
isSecure
public boolean isSecure() -
getConnection
public org.glassfish.grizzly.Connection getConnection() -
getHost
-
getPort
public int getPort()
-