public static interface MinaEndpointBuilderFactory.MinaBuilders
| Modifier and Type | Method and Description |
|---|---|
default MinaEndpointBuilderFactory.MinaEndpointBuilder |
mina(String path)
Mina (camel-mina)
Socket level networking using TCP or UDP with the Apache Mina 2.x
library.
|
default MinaEndpointBuilderFactory.MinaEndpointBuilder mina(String path)
mina:protocol:host:port
Path parameter: protocol (required)
Protocol to use
Path parameter: host (required)
Hostname to use. Use localhost or 0.0.0.0 for local server as
consumer. For producer use the hostname or ip address of the remote
server.
Path parameter: port (required)
Port numberApache Camel