Sends a SYN_FRAME to create a new {@link Stream SPDY stream}.
Callers may use the returned Stream for example, to send data frames.
@param synInfo the metadata to send on stream creation @param listener the listener to invoke when events happen on the stream just created @return the stream that will be created @see #syn(SynInfo,StreamFrameListener,Promise)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|