Uses of Class
org.apache.camel.component.iec60870.server.ServerOptions
-
Packages that use ServerOptions Package Description org.apache.camel.component.iec60870.server -
-
Uses of ServerOptions in org.apache.camel.component.iec60870.server
Methods in org.apache.camel.component.iec60870.server that return ServerOptions Modifier and Type Method Description ServerOptionsServerOptions. copy()ServerOptionsServerComponent. getDefaultConnectionOptions()Methods in org.apache.camel.component.iec60870.server with parameters of type ServerOptions Modifier and Type Method Description protected voidServerComponent. applyDataModuleOptions(ServerOptions options, Map<String,Object> parameters)protected ServerConnectionMultiplexorServerComponent. createConnection(ConnectionId id, ServerOptions options)voidServerComponent. setDefaultConnectionOptions(ServerOptions defaultConnectionOptions)Default connection optionsConstructors in org.apache.camel.component.iec60870.server with parameters of type ServerOptions Constructor Description ServerInstance(String host, int port, ServerOptions options)ServerOptions(ServerOptions other)
-