org.objectweb.carol.util.csiv2.struct
Class TransportStruct
java.lang.Object
org.objectweb.carol.util.csiv2.struct.TransportStruct
- Serializable
public class TransportStruct
extends java.lang.Object
implements Serializable
- Florent Benoit
DEFAULT_SSL_PORT
public static final int DEFAULT_SSL_PORT
Default ssl port
- 2003
getSslPort
public int getSslPort()
Gets current SSL port
- the ssl port
getTargetRequires
public short getTargetRequires()
- Returns the targetRequires.
getTargetSupports
public short getTargetSupports()
- Returns the targetSupports.
getTransportAddress
public TransportAddress[] getTransportAddress()
- TransportAddress[] object for SSL connection
setTargetRequires
public void setTargetRequires(int targetRequires)
targetRequires
- The targetRequires to set.
setTargetSupports
public void setTargetSupports(int targetSupports)
targetSupports
- The targetSupports to set.