public final class SSLSwitchingEvent extends Object implements org.glassfish.grizzly.filterchain.FilterChainEvent
| Constructor and Description |
|---|
SSLSwitchingEvent(org.glassfish.grizzly.Connection c,
boolean secure) |
SSLSwitchingEvent(org.glassfish.grizzly.Connection c,
boolean secure,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.grizzly.Connection |
getConnection() |
String |
getHost() |
int |
getPort() |
boolean |
isSecure() |
Object |
type() |
public SSLSwitchingEvent(org.glassfish.grizzly.Connection c,
boolean secure)
public SSLSwitchingEvent(org.glassfish.grizzly.Connection c,
boolean secure,
String host,
int port)
Copyright © 2015. All Rights Reserved.