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 Details

    • SSLSwitchingEvent

      public SSLSwitchingEvent(org.glassfish.grizzly.Connection c, boolean secure)
    • SSLSwitchingEvent

      public SSLSwitchingEvent(org.glassfish.grizzly.Connection c, boolean secure, String host, int port)
  • Method Details

    • type

      public Object type()
      Specified by:
      type in interface org.glassfish.grizzly.filterchain.FilterChainEvent
    • isSecure

      public boolean isSecure()
    • getConnection

      public org.glassfish.grizzly.Connection getConnection()
    • getHost

      public String getHost()
    • getPort

      public int getPort()