Home | History | Annotate | Download | only in session

Lines Matching defs:clientHost

59     private InetAddress clientHost;

72 clientHost = InetAddress.getLocalHost();
116 session.setClientDataHost(clientHost);
146 session.setClientDataHost(clientHost);
148 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
160 session.setClientDataHost(clientHost);
163 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
167 session.setClientDataHost(clientHost);
170 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
196 * Test the OpenDataConnection method, when the clientHost has not been set
214 session.setClientDataHost(clientHost);
246 session.setClientDataHost(clientHost);
257 session.setClientDataHost(clientHost);
272 session.setClientDataHost(clientHost);
344 session.setClientDataHost(clientHost);