Class TunnelHeader


  • public class TunnelHeader
    extends java.lang.Object
    An object that represents header configuration for a CreateTunnel.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TunnelHeader.Builder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAdd()
      Get the list of headers to add.
      java.util.List<java.lang.String> getRemove()
      Get the list of headers to remove.
      • Methods inherited from class java.lang.Object

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

      • getAdd

        public java.util.List<java.lang.String> getAdd()
        Get the list of headers to add.
      • getRemove

        public java.util.List<java.lang.String> getRemove()
        Get the list of headers to remove.