public class A3CMLNat extends Object implements Serializable
A3CMLNat
describes a
network address translation.Modifier and Type | Field and Description |
---|---|
String |
host
Value of the translation host.
|
int |
port
Value of the translation port.
|
private static long |
serialVersionUID |
short |
sid
server id.
|
private static final long serialVersionUID
public short sid
public String host
public int port
public A3CMLNat(short sid, String host, int port)
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.