| Uses of Class |
| com.newstep.solid.netio.management.ChannelAccessPointConfig |
Fields in com.newstep.solid.netio declared as com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
protected ChannelAccessPointConfig |
AccessPointFactory.capConfig |
protected ChannelAccessPointConfig |
AccessPoint.config |
Methods in com.newstep.solid.netio with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public static final AccessPointFactory |
AccessPointFactory.getFactory(ChannelAccessPointConfig config) |
public static final AccessPoint |
AccessPointFactory.createAccessPoint(ChannelAccessPointConfig config, String name) |
public class |
|
private ChannelAccessPointConfig |
RttAccessPointConfig.transportAccessPointConfig |
RttAccessPointConfig.transportAccessPointConfig |
|
Constructors in com.newstep.solid.netio.management with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public void |
RttAccessPointConfig.RttAccessPointConfig(ChannelAccessPointConfig capc) |
Methods in com.newstep.solid.netio.management that return com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public ChannelAccessPointConfig |
RttAccessPointConfig.getTransportAccessPointConfig() |
Methods in com.newstep.solid.netio.management with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public void |
RttAccessPointConfig.setTransportAccessPointConfig(ChannelAccessPointConfig config) |
Constructors in com.newstep.solid.netio.rtt with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
void |
RttAccessPoint.RttAccessPoint(String name, ChannelAccessPointConfig capConfig) |
public class |
|
Fields in com.newstep.solid.netio.slip declared as com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
private ChannelAccessPointConfig |
SlipAccessPointConfig.transAccessPointConfig |
Constructors in com.newstep.solid.netio.slip with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public void |
SlipAccessPointConfig.SlipAccessPointConfig(ChannelAccessPointConfig transAccessPointConfig, Integer headerPadding, Integer maxPayloadSize, LengthEncoding lengthEncoding) |
protected void |
SlipAccessPoint.SlipAccessPoint(String name, ChannelAccessPointConfig config) |
Methods in com.newstep.solid.netio.slip that return com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public ChannelAccessPointConfig |
SlipAccessPointConfig.getTransportAccessPointConfig() |
Methods in com.newstep.solid.netio.slip with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public void |
SlipAccessPointConfig.setTransportAccessPointConfig(ChannelAccessPointConfig transAccessPointConfig) |
Constructors in com.newstep.solid.netio.tcp with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
void |
TcpStreamAccessPoint.TcpStreamAccessPoint(String name, ChannelAccessPointConfig capConfig) |
private ChannelAccessPointConfig |
ReplicatorConfig.channelAccessPointConfig |
ReplicatorConfig.channelAccessPointConfig |
|
public ChannelAccessPointConfig |
ReplicatorConfig.getChannelAccessPointConfig() |
Methods in com.newstep.solid.replication.management with parameters of type com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
public void |
ReplicatorConfig.setChannelAccessPointConfig(ChannelAccessPointConfig channelAccessPointConfig) |
Fields in com.newstep.solid.test.netio.slip declared as com.newstep.solid.netio.management.ChannelAccessPointConfig |
|
|---|---|
TestTransportAccessPointFactory.aconfig |
|
private ChannelAccessPointConfig |
SlipFramingElementTest.tcpConfig |
SlipAccessPointTest.tcpConfig |
|