@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateTransport
Modifier and Type | Required Element and Description |
---|---|
String |
protocol
The name for this protocol
|
Modifier and Type | Optional Element and Description |
---|---|
String |
address
The InetAddress for this transport.
|
int |
backlog
The backlog.
|
int |
nbThreads
The number of threads to use.
|
int |
port
The port to use, default to a bad value so that we know
we have to pick one random available port
|
boolean |
ssl
A flag to tell if the transport is SSL based.
|
TransportType |
type
The transport type (TCP or UDP) Default to TCP
|
public abstract String protocol
public abstract TransportType type
public abstract int port
public abstract String address
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.