- java.lang.Object
-
- com.github.alexdlaird.ngrok.protocol.TunnelHeader
-
public class TunnelHeader extends java.lang.ObjectAn object that represents header configuration for aCreateTunnel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTunnelHeader.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.
-