Class: ServerTCPSupport

vertx/tcp_support~ ServerTCPSupport

new ServerTCPSupport(delegate)

Provides server-side-only TCP support functions. Do not use this object directly.
Parameters:
Name Type Description
delegate external:TCPSupport The Java delegate for most functions
Source:
See:

Methods

acceptBacklog(backlog) → {number|Object}

Set or get the server's accept backlog
Parameters:
Name Type Argument Description
backlog number <optional>
If provided, set the value; if not, returns the current value.
Source:
Returns:
the value or this
Type
number | Object