Class SessionPair


  • public class SessionPair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionPair​(byte[] rx, byte[] tx)  
      SessionPair​(java.lang.String rx, java.lang.String tx)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getRx()  
      java.lang.String getRxString()  
      byte[] getTx()  
      java.lang.String getTxString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionPair

        public SessionPair​(byte[] rx,
                           byte[] tx)
      • SessionPair

        public SessionPair​(java.lang.String rx,
                           java.lang.String tx)
    • Method Detail

      • getRx

        public byte[] getRx()
      • getTx

        public byte[] getTx()
      • getRxString

        public java.lang.String getRxString()
      • getTxString

        public java.lang.String getTxString()