public interface IRCRuntimeConfig
IRCConnection's configuration.IRCServerConfig,
IRCConfig| Modifier and Type | Method and Description |
|---|---|
IRCExceptionHandler |
getExceptionHandler() |
Proxy |
getProxy() |
IRCSSLSupport |
getSSLSupport() |
int |
getTimeout() |
IRCTrafficLogger |
getTrafficLogger() |
boolean |
isAutoPong() |
boolean |
isStripColorsEnabled() |
IRCExceptionHandler getExceptionHandler()
IRCExceptionHandlerIRCSSLSupport getSSLSupport()
IRCSSLSupport if the IRCConnection should use
SSL, otherwise nullint getTimeout()
IRCTrafficLogger getTrafficLogger()
IRCTrafficLogger that should be notified about
incoming and outgoing messages or null if no traffic
logger should be attached to the IRCConnection.boolean isAutoPong()
true if automatic PING? PONG! is enabled or false
otherwise.boolean isStripColorsEnabled()
true if mIRC colorcodes should be removed from incoming
IRC messagesCopyright © 2006–2015. All rights reserved.