Uses of Enum Class
com.loomcache.common.protocol.ProtocolFeatures
Packages that use ProtocolFeatures
-
Uses of ProtocolFeatures in com.loomcache.client
Methods in com.loomcache.client that return types with arguments of type ProtocolFeaturesMethod parameters in com.loomcache.client with type arguments of type ProtocolFeaturesModifier 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. -
Uses of ProtocolFeatures in com.loomcache.common.protocol
Subclasses with type arguments of type ProtocolFeatures in com.loomcache.common.protocolModifier and TypeClassDescriptionenumFeature bits advertised in theHelloPayloadfeature bitmap.Methods in com.loomcache.common.protocol that return ProtocolFeaturesModifier and TypeMethodDescription@Nullable ProtocolFeaturesWireCompression.protocolFeature()static ProtocolFeaturesReturns the enum constant of this class with the specified name.static ProtocolFeatures[]ProtocolFeatures.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.protocol that return types with arguments of type ProtocolFeaturesModifier and TypeMethodDescriptionstatic EnumSet<ProtocolFeatures> ProtocolFeatures.fromBitmap(long bitmap) Decode a wire bitmap into the set of known features it represents.static EnumSet<ProtocolFeatures> WireCompression.supportedProtocolFeatures()Methods in com.loomcache.common.protocol with parameters of type ProtocolFeaturesModifier and TypeMethodDescriptionstatic longProtocolFeatures.bitmask(ProtocolFeatures... features) OR the bitmaps of the supplied features together.Method parameters in com.loomcache.common.protocol with type arguments of type ProtocolFeaturesModifier and TypeMethodDescriptionstatic longProtocolFeatures.bitmask(Collection<ProtocolFeatures> features) OR the bitmaps of the supplied features together.static WireCompressionWireCompression.negotiate(EnumSet<ProtocolFeatures> localFeatures, long peerFeatureBitmap) -
Uses of ProtocolFeatures in com.loomcache.server.network
Method parameters in com.loomcache.server.network with type arguments of type ProtocolFeaturesModifier and TypeMethodDescriptionvoidTcpServer.setLocalProtocolFeatures(EnumSet<ProtocolFeatures> localProtocolFeatures) Constructor parameters in com.loomcache.server.network with type arguments of type ProtocolFeatures