| Package | Description | 
|---|---|
| io.netty.handler.codec.spdy | 
 Encoder, decoder, session handler and their related message types for the SPDY protocol. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SpdyOrHttpChooser.SelectedProtocol | 
SpdyOrHttpChooser.SelectedProtocol.protocol(java.lang.String name)
Get an instance of this enum based on the protocol name returned by the NPN server provider 
 | 
protected SpdyOrHttpChooser.SelectedProtocol | 
SpdyOrHttpChooser.selectProtocol(SslHandler sslHandler)
Deprecated.  
Returns the  
SpdyOrHttpChooser.SelectedProtocol for the current SSL session. | 
static SpdyOrHttpChooser.SelectedProtocol | 
SpdyOrHttpChooser.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. 
 | 
Copyright © 2008–2018 The Netty Project. All rights reserved.