Package | Description |
---|---|
org.dcm4che3.net |
Classes related to the network communications between systems.
|
org.dcm4che3.tool.syslog |
Send RFC 5424 Syslog messages..
|
org.dcm4che3.tool.syslogd |
Receive RFC 5424 Syslog messages.
|
Modifier and Type | Field and Description |
---|---|
private Connection.Protocol |
Connection.protocol |
Modifier and Type | Field and Description |
---|---|
private static EnumMap<Connection.Protocol,TCPProtocolHandler> |
Connection.tcpHandlers |
private static EnumMap<Connection.Protocol,UDPProtocolHandler> |
Connection.udpHandlers |
Modifier and Type | Method and Description |
---|---|
Connection.Protocol |
Connection.getProtocol() |
static Connection.Protocol |
Connection.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Protocol[] |
Connection.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TCPProtocolHandler |
Connection.registerTCPProtocolHandler(Connection.Protocol protocol,
TCPProtocolHandler handler) |
static UDPProtocolHandler |
Connection.registerUDPProtocolHandler(Connection.Protocol protocol,
UDPProtocolHandler handler) |
void |
Connection.setProtocol(Connection.Protocol protocol) |
static TCPProtocolHandler |
Connection.unregisterTCPProtocolHandler(Connection.Protocol protocol) |
static UDPProtocolHandler |
Connection.unregisterUDPProtocolHandler(Connection.Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
private static Connection.Protocol |
Syslog.toProtocol(org.apache.commons.cli.CommandLine cl) |
Modifier and Type | Method and Description |
---|---|
private void |
Syslog.setProtocol(Connection.Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
private static Connection.Protocol |
Syslogd.toProtocol(org.apache.commons.cli.CommandLine cl) |
Modifier and Type | Method and Description |
---|---|
private void |
Syslogd.setProtocol(Connection.Protocol protocol) |
Copyright © 2017 dcm4che.org. All rights reserved.