Home | History | Annotate | Download | only in session

Lines Matching defs:clientHost

58     private InetAddress clientHost;

71 clientHost = InetAddress.getLocalHost();
115 session.setClientDataHost(clientHost);
145 session.setClientDataHost(clientHost);
147 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
159 session.setClientDataHost(clientHost);
162 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
166 session.setClientDataHost(clientHost);
169 assertEquals("client host", clientHost, stubSocketFactory.requestedHost);
195 * Test the OpenDataConnection method, when the clientHost has not been set
213 session.setClientDataHost(clientHost);
244 session.setClientDataHost(clientHost);
316 session.setClientDataHost(clientHost);