diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml index f45348fad7..74ba55f0fc 100644 --- a/src/docbkx/ip.xml +++ b/src/docbkx/ip.xml @@ -230,7 +230,9 @@ supply your own by implementing the InputStreamingConverter and OutputStreamingConverter interfaces. If you do not wish to use the default converters, you must supply input-converter and - output-converter attributes on the connection factory: + output-converter attributes on the connection factory (example below). + This converter mechanism replaces the previous mechanism of subclassing the + NxxSocketReader and NxxSocketWriter N Subclass of TcpNetSocket- Writer or TcpNioSocket- Writer When message-format is 'custom' the name of the class that - implements the custom format. Must be a subclass of the TcpNxxSocketWriter, + implements the custom format. Must be a subclass of the NxxSocketWriter, depending on whether using-nio is false or true. @@ -961,7 +963,7 @@ N Subclass of TcpNetSocket- Reader or TcpNioSocket- Reader When message-format is 'custom' the name of the class that - implements the custom format. Must be a subclass of the TcpNxxSocketReader, + implements the custom format. Must be a subclass of the NxxSocketReader, depending on whether using-nio is false or true.