Uses of Class
org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
-
Packages that use SpdyOrHttpChooser.SelectedProtocol Package Description org.jboss.netty.handler.codec.spdy 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.SelectedProtocol Modifier and Type Method Description protected abstract SpdyOrHttpChooser.SelectedProtocolSpdyOrHttpChooser. getProtocol(javax.net.ssl.SSLEngine engine)Return theSpdyOrHttpChooser.SelectedProtocolfor theSSLEngine.static SpdyOrHttpChooser.SelectedProtocolSpdyOrHttpChooser.SelectedProtocol. valueOf(java.lang.String name)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.
-