Uses of Record Class
com.loomcache.client.ProtocolHandshake.Result
Packages that use ProtocolHandshake.Result
-
Uses of ProtocolHandshake.Result in com.loomcache.client
Methods in com.loomcache.client that return ProtocolHandshake.ResultModifier and TypeMethodDescriptionstatic ProtocolHandshake.ResultProtocolHandshake.performHandshake(InputStream peerIn, OutputStream peerOut, EnumSet<ProtocolFeatures> localFeatures) Stream-oriented variant ofProtocolHandshake.performHandshake(Socket, EnumSet)for testability (any bidirectional stream pair works — real socket, piped in-process streams, etc.).static ProtocolHandshake.ResultProtocolHandshake.performHandshake(Socket socket, EnumSet<ProtocolFeatures> localFeatures) Perform the bidirectional version + feature handshake on a freshly- connected socket.