Uses of Class
dev.relism.flash.transport.BufferedByteSource
Packages that use BufferedByteSource
-
Uses of BufferedByteSource in dev.relism.flash
Methods in dev.relism.flash with parameters of type BufferedByteSourceModifier and TypeMethodDescriptionRequestParser.parse(BufferedByteSource in) Parses the next HTTP request fromin. -
Uses of BufferedByteSource in dev.relism.flash.http2.frame
Constructors in dev.relism.flash.http2.frame with parameters of type BufferedByteSource -
Uses of BufferedByteSource in dev.relism.flash.transport
Methods in dev.relism.flash.transport that return BufferedByteSourceModifier and TypeMethodDescriptionConnectionContext.in()Returns the value of theinrecord component.Methods in dev.relism.flash.transport with parameters of type BufferedByteSourceModifier and TypeMethodDescriptionstatic NegotiatedProtocolProtocolNegotiator.negotiate(Socket socket, BufferedByteSource source) Uses the completed TLS ALPN result for secure sockets and a non-consuming prior-knowledge preface probe for plaintext sockets.Constructors in dev.relism.flash.transport with parameters of type BufferedByteSourceModifierConstructorDescriptionConnectionContext(Socket socket, SSLSocket sslSocket, BufferedByteSource in, OutputStream out, OutputStream rawOut, InetSocketAddress remoteAddress, ConnectionScratch scratch, AbstractRouter router, AbstractWsRouter wsRouter, FlashConfiguration configuration, ExecutorService executor, BooleanSupplier stopped) Creates an instance of aConnectionContextrecord class.