Uses of Class
com.sun.jini.discovery.UnicastResponse
Packages that use UnicastResponse
Package
Description
-
Uses of UnicastResponse in com.sun.jini.discovery
Methods in com.sun.jini.discovery that return UnicastResponseModifier and TypeMethodDescriptionabstract UnicastResponseDiscovery.doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context) Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified constraints.UnicastDiscoveryClient.doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context, ByteBuffer sent, ByteBuffer received) Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified absolute constraints.Methods in com.sun.jini.discovery with parameters of type UnicastResponseModifier and TypeMethodDescriptionabstract voidDiscovery.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context) Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified constraints and client subject checker (if any).voidUnicastDiscoveryServer.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent) Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified absolute constraints and client subject checker (if any). -
Uses of UnicastResponse in com.sun.jini.discovery.internal
Methods in com.sun.jini.discovery.internal that return UnicastResponseModifier and TypeMethodDescriptionMultiIPDiscovery.getResponse(String host, int port, InvocationConstraints constraints) protected abstract UnicastResponseMultiIPDiscovery.performDiscovery(Discovery disco, DiscoveryConstraints dc, Socket s) static UnicastResponsePlaintext.readUnicastResponse(InputStream in, ClassLoader defaultLoader, boolean verifyCodebaseIntegrity, ClassLoader verifierLoader, Collection context) Reads unicast response according to the net.jini.discovery.plaintext format.Methods in com.sun.jini.discovery.internal with parameters of type UnicastResponseModifier and TypeMethodDescriptionstatic voidPlaintext.writeUnicastResponse(OutputStream out, UnicastResponse response, Collection context) Writes unicast response according to the net.jini.discovery.plaintext format. -
Uses of UnicastResponse in com.sun.jini.discovery.plaintext
Methods in com.sun.jini.discovery.plaintext that return UnicastResponseModifier and TypeMethodDescriptionClient.doUnicastDiscovery(Socket socket, InvocationConstraints constraints, ClassLoader defaultLoader, ClassLoader verifierLoader, Collection context, ByteBuffer sent, ByteBuffer received) Methods in com.sun.jini.discovery.plaintext with parameters of type UnicastResponseModifier and TypeMethodDescriptionvoidServer.handleUnicastDiscovery(UnicastResponse response, Socket socket, InvocationConstraints constraints, ClientSubjectChecker checker, Collection context, ByteBuffer received, ByteBuffer sent)