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
Methods in org.jboss.netty.handler.codec.spdy that return SpdyOrHttpChooser.SelectedProtocolModifier and TypeMethodDescriptionprotected abstract SpdyOrHttpChooser.SelectedProtocol
SpdyOrHttpChooser.getProtocol
(SSLEngine engine) Return theSpdyOrHttpChooser.SelectedProtocol
for 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.