Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.util.SocketUtil.ServerSocketConfigurator

Packages that use SocketUtil.ServerSocketConfigurator
com.liferay.portal.kernel.nio.intraband.welder.socket   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of SocketUtil.ServerSocketConfigurator in com.liferay.portal.kernel.nio.intraband.welder.socket
 

Classes in com.liferay.portal.kernel.nio.intraband.welder.socket that implement SocketUtil.ServerSocketConfigurator
protected  class SocketWelder.SocketWelderServerSocketConfigurator
           
 

Uses of SocketUtil.ServerSocketConfigurator in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type SocketUtil.ServerSocketConfigurator
static ServerSocketChannel SocketUtil.createServerSocketChannel(InetAddress bindingInetAddress, int startPort, SocketUtil.ServerSocketConfigurator serverSocketConfigurator)
           
 


Liferay 6.2-ce-ga5