Class UserAgentAppender.SessionId

  • All Implemented Interfaces:
    io.hyperfoil.api.session.Session.Resource
    Enclosing class:
    UserAgentAppender

    public static final class UserAgentAppender.SessionId
    extends java.lang.Object
    implements io.hyperfoil.api.session.Session.Resource
    • Field Summary

      Fields 
      Modifier and Type Field Description
      io.netty.util.AsciiString id  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionId​(io.netty.util.AsciiString id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.hyperfoil.api.session.Session.Resource

        destroy, onSessionReset
    • Field Detail

      • id

        public final io.netty.util.AsciiString id
    • Constructor Detail

      • SessionId

        public SessionId​(io.netty.util.AsciiString id)