Uses of Class
php.java.servlet.fastcgi.ChannelName

Packages that use ChannelName
php.java.servlet.fastcgi PHP/Java Bridge FastCGI Servlet. 
 

Uses of ChannelName in php.java.servlet.fastcgi
 

Methods in php.java.servlet.fastcgi that return ChannelName
static ChannelName ChannelName.getChannelName()
          Create a new ChannelName.
 

Methods in php.java.servlet.fastcgi with parameters of type ChannelName
abstract  php.java.servlet.fastcgi.Channel Factory.connect(ChannelName name)
          Create a new socket and connect it to the given host/port
 

Constructors in php.java.servlet.fastcgi with parameters of type ChannelName
ConnectionPool(ChannelName channelName, int limit, int maxRequests, Factory factory)
          Create a new connection pool.