| Class | Description |
|---|---|
| CreateHttp |
Command to create http element within a protocol element
Sample Usage : create-http protocol_name
domain.xml element example
<http max-connections="250" default-virtual-server="server" server-name=""> <file-cache enabled="false" /> </http>
|
| CreateHttpListener |
Create Http Listener Command
|
| CreateHttpRedirect |
Command to create
http-redirect element as a child of the
protocol element. |
| CreateNetworkListener |
Command to create Network Listener
|
| CreateProtocol |
Command to create protocol element within network-config
Sample Usage : create-protocol [--securityenabled true|false] protocol_name
domain.xml element example
|
| CreateProtocolFilter | |
| CreateProtocolFinder | |
| CreateTransport |
Command to create transport element within network-config
Sample Usage : create-transport [--acceptorThreads no_of_acceptor_threads] [--bufferSizeBytes buff_size_bytes]
[--classname class_name] [--selectionKeyHandler true|false] [--displayConfiguration
true|false][--maxConnectionsCount count] [--idleKeyTimeoutSeconds idle_key_timeout] [--tcpNoDelay true|false]
[--readTimeoutMillis read_timeout][--writeTimeoutMillis write_timeout] [--byteBufferType buff_type]
[--selectorPollTimeoutMillis true|false] transport_name
domain.xml element example
|
| CreateVirtualServer |
Command to create virtual server
|
| DeleteHttp |
Delete Protocol command
|
| DeleteHttpListener |
Delete http listener command
|
| DeleteHttpRedirect |
Command to delete <http-redirect> elements within a specific
protocol. |
| DeleteNetworkListener |
Delete Network Listener command
|
| DeleteProtocol |
Delete Protocol command
|
| DeleteProtocolFilter | |
| DeleteProtocolFinder | |
| DeleteTransport |
Delete Transport command
|
| DeleteVirtualServer |
Delete virtual server command
|
| GetHttpListener |
CLI command for getting the properties of a HTTP listener.
|
| GetProtocol |
CLI command for getting the properties of a protocol.
|
| ListHttpListeners |
List http listeners command
|
| ListNetworkListeners |
List network listeners command
|
| ListProtocolFilters |
List protocol filters command
|
| ListProtocolFinders |
List protocol finders command
|
| ListProtocols |
List protocols command
|
| ListTransports |
List transports command
|
| ListVirtualServers |
List virtual server command
|
Copyright © 2019. All rights reserved.