@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface CreateTransport
public abstract TransportType type
public abstract int port
public abstract int backlog
public abstract boolean ssl
public abstract int nbThreads
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.