Uses of Class
com.google.caliper.bridge.OpenedSocket
-
Packages that use OpenedSocket Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of OpenedSocket in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return OpenedSocket Modifier and Type Method Description static OpenedSocketOpenedSocket. fromSocket(Socket socket)Returns a newOpenedSocketfor the given connectedSocketinstance.static OpenedSocketOpenedSocket. fromSocket(SocketChannel socket)Waits for the channel to connect and returns a newOpenedSocket.
-