Uses of Enum Class
com.loomcache.common.protocol.WireCompression
Packages that use WireCompression
-
Uses of WireCompression in com.loomcache.client
Methods in com.loomcache.client that return WireCompressionModifier and TypeMethodDescriptionConnectionPool.PooledConnection.wireCompression()Returns the value of thewireCompressionrecord component.Constructors in com.loomcache.client with parameters of type WireCompressionModifierConstructorDescriptionPooledConnection(Socket socket, DataInputStream in, DataOutputStream out, Instant createdAt, AtomicLong lastUsedNanos, com.loomcache.client.ConnectionPool.ConnectionState state, WireCompression wireCompression) Creates an instance of aPooledConnectionrecord class. -
Uses of WireCompression in com.loomcache.common.protocol
Subclasses with type arguments of type WireCompression in com.loomcache.common.protocolModifier and TypeClassDescriptionenumOptional transport compression negotiated by PROTOCOL_HELLO.Methods in com.loomcache.common.protocol that return WireCompressionModifier and TypeMethodDescriptionstatic WireCompressionWireCompression.negotiate(EnumSet<ProtocolFeatures> localFeatures, long peerFeatureBitmap) static WireCompressionReturns the enum constant of this class with the specified name.static WireCompression[]WireCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.protocol with parameters of type WireCompressionModifier and TypeMethodDescriptionstatic @Nullable MessageMessageCodec.decode(InputStream in, WireCompression negotiatedCompression) Decode a Message from an InputStream using the negotiated compression mode.static @Nullable MessageMessageCodec.decode(ByteBuffer buf, WireCompression negotiatedCompression) Decode from a ByteBuffer using the negotiated compression mode.static ByteBufferMessageCodec.encode(Message msg, WireCompression compression) Encode a Message into a ByteBuffer using the negotiated compression mode.static voidMessageCodec.encode(Message msg, OutputStream out, WireCompression compression) Encode a Message to an OutputStream using the negotiated compression mode. -
Uses of WireCompression in com.loomcache.server.network
Methods in com.loomcache.server.network that return WireCompression