Package | Description |
---|---|
org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SpdyOrHttpChooser.SelectedProtocol |
SpdyOrHttpChooser.getProtocol(SSLEngine engine)
Return the
SpdyOrHttpChooser.SelectedProtocol for the SSLEngine . |
static SpdyOrHttpChooser.SelectedProtocol |
SpdyOrHttpChooser.SelectedProtocol.valueOf(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.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.