Uses of Enum Class
dev.relism.flash.transport.NegotiatedProtocol
Packages that use NegotiatedProtocol
-
Uses of NegotiatedProtocol in dev.relism.flash.transport
Methods in dev.relism.flash.transport that return NegotiatedProtocolModifier 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.static NegotiatedProtocolReturns the enum constant of this class with the specified name.static NegotiatedProtocol[]NegotiatedProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.