Interface | Description |
---|---|
SpdyContext.NonBlockingSpdyHandler |
A handler implementing this interface will be called in the 'io' thread - the
thread reading the multiplexed stream, and in the case of non-blocking
transports also handling polling the socket.
|
SpdyContext.SpdyHandler |
Class | Description |
---|---|
NetSupportOpenSSL | |
NetSupportSocket | |
SpdyConnection |
Main class implementing SPDY protocol.
|
SpdyContext |
Will implement polling/reuse of heavy objects, allow additional
configuration.
|
SpdyContext.NetSupport | |
SpdyFrame | |
SpdyStream |
One SPDY stream.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.