Class Spdy3
- java.lang.Object
-
- com.squareup.okhttp.internal.framed.Spdy3
-
-
Constructor Summary
Constructors Constructor Description Spdy3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolgetProtocol()The protocol as selected using ALPN.FrameReadernewReader(BufferedSource source, boolean client)FrameWriternewWriter(BufferedSink sink, boolean client)
-
-
-
Method Detail
-
getProtocol
public Protocol getProtocol()
Description copied from interface:VariantThe protocol as selected using ALPN.- Specified by:
getProtocolin interfaceVariant
-
newReader
public FrameReader newReader(BufferedSource source, boolean client)
-
newWriter
public FrameWriter newWriter(BufferedSink sink, boolean client)
-
-