Package org.wildfly.clustering.tomcat
Class TomcatIdentifierMarshallerProvider
- java.lang.Object
-
- org.wildfly.clustering.tomcat.TomcatIdentifierMarshallerProvider
-
- All Implemented Interfaces:
org.wildfly.clustering.web.IdentifierMarshallerProvider
@MetaInfServices(org.wildfly.clustering.web.IdentifierMarshallerProvider.class) public class TomcatIdentifierMarshallerProvider extends Object implements org.wildfly.clustering.web.IdentifierMarshallerProvider
Informs WildFly clustering how best to serialize Tomcat's session identifier.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description TomcatIdentifierMarshallerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.clustering.marshalling.spi.Marshaller<String,ByteBuffer>getMarshaller()
-
-
-
Method Detail
-
getMarshaller
public org.wildfly.clustering.marshalling.spi.Marshaller<String,ByteBuffer> getMarshaller()
- Specified by:
getMarshallerin interfaceorg.wildfly.clustering.web.IdentifierMarshallerProvider
-
-