|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.filterchain.BaseFilter
com.sun.enterprise.v3.services.impl.ServiceInitializerFilter
public class ServiceInitializerFilter
The Filter implementation,
which lazily initializes custom service on the first accepted connection
and passes connection there.
| Field Summary | |
|---|---|
protected Logger |
logger
|
| Constructor Summary | |
|---|---|
ServiceInitializerFilter(ServiceInitializerListener listener,
org.jvnet.hk2.component.Habitat habitat,
Logger logger)
|
|
| Method Summary | |
|---|---|
org.glassfish.grizzly.filterchain.NextAction |
handleAccept(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
|
| Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter |
|---|
createContext, exceptionOccurred, getFilterChain, getIndex, handleClose, handleConnect, handleEvent, handleRead, handleWrite, onAdded, onFilterChainChanged, onRemoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Logger logger
| Constructor Detail |
|---|
public ServiceInitializerFilter(ServiceInitializerListener listener,
org.jvnet.hk2.component.Habitat habitat,
Logger logger)
| Method Detail |
|---|
public org.glassfish.grizzly.filterchain.NextAction handleAccept(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
throws IOException
handleAccept in interface org.glassfish.grizzly.filterchain.FilterhandleAccept in class org.glassfish.grizzly.filterchain.BaseFilterIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||