Uses of Enum
org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Packages that use SpdyOrHttpChooser.SelectedProtocol
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyOrHttpChooser.SelectedProtocol in org.jboss.netty.handler.codec.spdy
Subclasses with type arguments of type SpdyOrHttpChooser.SelectedProtocol in org.jboss.netty.handler.codec.spdyMethods in org.jboss.netty.handler.codec.spdy that return SpdyOrHttpChooser.SelectedProtocolModifier and TypeMethodDescriptionprotected abstract SpdyOrHttpChooser.SelectedProtocolSpdyOrHttpChooser.getProtocol(SSLEngine engine) Return theSpdyOrHttpChooser.SelectedProtocolfor theSSLEngine.Returns the enum constant of this type with the specified name.static SpdyOrHttpChooser.SelectedProtocol[]SpdyOrHttpChooser.SelectedProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.