Uses of Class
org.apache.http.conn.scheme.PlainSocketFactory

Packages that use PlainSocketFactory
org.apache.http.conn.scheme Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
 

Uses of PlainSocketFactory in org.apache.http.conn.scheme
 

Methods in org.apache.http.conn.scheme that return PlainSocketFactory
static PlainSocketFactory PlainSocketFactory.getSocketFactory()
          Gets the default factory.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.