Uses of Interface
net.jini.jeri.connection.ServerConnection

Packages that use ServerConnection
net.jini.jeri.connection Provides interfaces and classes for implementing connection-based Jini extensible remote invocation (Jini ERI) transport layer providers. 
 

Uses of ServerConnection in net.jini.jeri.connection
 

Methods in net.jini.jeri.connection with parameters of type ServerConnection
 void ServerConnectionManager.handleConnection(ServerConnection conn, RequestDispatcher dispatcher)
          Starts handling requests received on the specified newly accepted connection, dispatching them to the specified request dispatcher asynchronously, and returns immediately.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.