The Listener from which to accept new typed Transports.
The function used to bind an accepted Transport with a Service. Requests read from the transport are dispatched onto the Service, with replies written back.
The maximum amount of time the server is allowed to handle a request. If the timeout expires, the server will cancel the future and terminate the client connection.
The maximum number of concurrent requests the server is willing to handle.
Enabled by default. If disabled, exceptions on the transport do not propagate to the transport.
Prepare the given ServiceFactory before use.
Enabled by default.
Enabled by default. If disabled, exceptions on the transport do not propagate to the transport.
The Listener from which to accept new typed Transports.
The maximum number of concurrent requests the server is willing to handle.
Prepare the given ServiceFactory before use.
The maximum amount of time the server is allowed to handle a request.
The maximum amount of time the server is allowed to handle a request. If the timeout expires, the server will cancel the future and terminate the client connection.
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
Serve service at addr and announce with name.
Serve service at addr and announce with name. Announcements will be removed
when the service is closed. Omitting the addr will bind to an ephemeral port.
The function used to bind an accepted Transport with a Service.
The function used to bind an accepted Transport with a Service. Requests read from the transport are dispatched onto the Service, with replies written back.
The default Server implementation. It is given a Listener (eg. com.twitter.finagle.netty3.Netty3Listener) and a function, serveTransport, that binds a transport and a service. It will then dispatch requests onto a standard service stack parameterized as described below.
The Listener from which to accept new typed Transports.
The function used to bind an accepted Transport with a Service. Requests read from the transport are dispatched onto the Service, with replies written back.
The maximum amount of time the server is allowed to handle a request. If the timeout expires, the server will cancel the future and terminate the client connection.
The maximum number of concurrent requests the server is willing to handle.
Enabled by default. If disabled, exceptions on the transport do not propagate to the transport.
Prepare the given
ServiceFactorybefore use.