public interface IncomingStreamHandler
Modifier and Type | Field and Description |
---|---|
static IncomingStreamHandler |
REFUSE_INCOMING_STREAMS |
Modifier and Type | Method and Description |
---|---|
void |
receive(SpdyStream stream)
Handle a new stream from this connection's peer.
|
static final IncomingStreamHandler REFUSE_INCOMING_STREAMS
void receive(SpdyStream stream) throws IOException
replying to the stream
or
closing it
. This response does not need to be
synchronous.IOException
Copyright © 2014. All rights reserved.