Class BytemanCompanion

  • All Implemented Interfaces:
    java.io.Serializable

    public class BytemanCompanion
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • bytemanPort

        private final int bytemanPort
      • bytemanHost

        private final java.lang.String bytemanHost
      • postBytemanAgentPort

        private final int postBytemanAgentPort
      • postBytemanAgentHost

        private final java.lang.String postBytemanAgentHost
    • Constructor Detail

      • BytemanCompanion

        public BytemanCompanion​(java.lang.String bytemanHost,
                                int bytemanPort,
                                java.lang.String postBytemanAgentHost,
                                int postBytemanAgentPort)
      • BytemanCompanion

        public BytemanCompanion​(java.lang.String byteman,
                                java.lang.String companion)
    • Method Detail

      • getBytemanPort

        public int getBytemanPort()
      • getPostBytemanAgentPort

        public int getPostBytemanAgentPort()
      • getBytemanHost

        public java.lang.String getBytemanHost()
      • getPostBytemanAgentHost

        public java.lang.String getPostBytemanAgentHost()