Uses of Interface
com.eatthepath.noise.NoiseTransportWriter
Packages that use NoiseTransportWriter
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
-
Uses of NoiseTransportWriter in com.eatthepath.noise
Subinterfaces of NoiseTransportWriter in com.eatthepath.noiseModifier and TypeInterfaceDescriptioninterface
A Noise transport is an interactive reader and writer of Noise transport messages.Methods in com.eatthepath.noise that return NoiseTransportWriterModifier and TypeMethodDescriptionNoiseHandshake.toTransportWriter()
Builds a write-only Noise transport object from this handshake.