public class FCSocketConf extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MCAST_IPC |
static String |
MCAST_NIO_SOCKET |
static String |
MCAST_SOCKET |
| Constructor and Description |
|---|
FCSocketConf() |
FCSocketConf(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDgramsize() |
String |
getIfacAdr() |
String |
getMcastAdr() |
String |
getName() |
int |
getPort() |
String |
getQueueFile() |
int |
getReceiveBufferSize() |
int |
getSendBufferSize() |
int |
getTrafficClass() |
String |
getTransportType() |
int |
getTtl() |
boolean |
isLoopBack() |
static void |
main(String[] arg) |
static FCSocketConf |
read(InputStream in) |
static FCSocketConf |
read(String finam) |
void |
setDgramsize(int dgramsize) |
void |
setIfacAdr(String ifacAdr) |
void |
setLoopBack(boolean loopBack) |
void |
setMcastAdr(String mcastAdr) |
void |
setName(String name) |
void |
setPort(int port) |
void |
setQueueFile(String queueFile) |
void |
setReceiveBufferSize(int receiveBufferSize) |
void |
setSendBufferSize(int sendBufferSize) |
void |
setTrafficClass(int trafficClass) |
void |
setTransportType(String transportType) |
void |
setTtl(int ttl) |
static void |
write(String finam,
FCSocketConf data) |
public static String MCAST_NIO_SOCKET
public static String MCAST_SOCKET
public static String MCAST_IPC
public FCSocketConf()
public FCSocketConf(String name)
public String getName()
public void setName(String name)
public int getDgramsize()
public void setDgramsize(int dgramsize)
public String getIfacAdr()
public String getTransportType()
public void setTransportType(String transportType)
public void setIfacAdr(String ifacAdr)
public String getMcastAdr()
public void setMcastAdr(String mcastAdr)
public int getPort()
public void setPort(int port)
public int getTrafficClass()
public void setTrafficClass(int trafficClass)
public boolean isLoopBack()
public void setLoopBack(boolean loopBack)
public int getTtl()
public void setTtl(int ttl)
public int getReceiveBufferSize()
public void setReceiveBufferSize(int receiveBufferSize)
public int getSendBufferSize()
public void setSendBufferSize(int sendBufferSize)
public static void write(String finam, FCSocketConf data) throws IOException
IOExceptionpublic static FCSocketConf read(InputStream in) throws IOException
IOExceptionpublic static FCSocketConf read(String finam) throws IOException
IOExceptionpublic static void main(String[] arg) throws IOException
IOExceptionpublic String getQueueFile()
public void setQueueFile(String queueFile)
Copyright © 2014. All rights reserved.