FileDocCategorySizeDatePackage
NioProviderImpl.javaAPI DocGlassfish v2 API2647Tue Jun 05 10:53:58 BST 2007com.sun.enterprise.web.connector.grizzly

NioProviderImpl

public class NioProviderImpl extends NioProvider
Nio Provider interface to handle 6562829. AS socket service will use an implementation of this to provide correct keyFor implementation.
author

Fields Summary
Constructors Summary
Methods Summary
public java.nio.channels.SelectionKeykeyFor(java.nio.channels.SelectableChannel channel, java.nio.channels.Selector sel)
Retrieves the key representing the channel's registration with the given selector.

         return OnDemandServer.keyFor(channel, sel);