fixed doc warnings

pull/11/head
Stefan Feuerhahn 7 years ago
parent b38c813b2f
commit 2419583978

@ -839,6 +839,7 @@ public final class AcseAssociation {
* will point to the byte after the last byte of the ACSE SDU.
*
* @param pduBuffer buffer to write the received pdu into
* @return the received PDU
* @throws DecodingException if a decoding error occurs
* @throws IOException if a non recoverable error occurs. Afterwards the association should be
* closed by the user

@ -63,6 +63,7 @@ public final class ServerSap {
* connect) is set to the backlog parameter. If a connection indication arrives when the queue
* is full, the connection is refused. Set to 0 or less for the default value.
* @param bindAddr local IP address to bind to, pass null to bind to all
* @param serverModel the server model
* @param serverSocketFactory the factory class to generate the ServerSocket. Could be used to
* create SSLServerSockets. null = default
*/

Loading…
Cancel
Save