The base class of all server transports.
Each derived Transport class should declare all options that it supports by calling {@link #setOption(String,Object)} for each option.Then during the call the {@link #init()}, each transport should call the variants of {@link #getOption(String)} to obtained the configuredvalue for the option.
|
|