public class ClientSessionListener extends Object implements javax.servlet.http.HttpSessionAttributeListener
| Constructor and Description |
|---|
ClientSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent hse)
Does nothing.
|
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent hse)
Attempts to close the client.
|
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent hse)
Attempts to close the old client.
|
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent hse)
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListenerhse - the session binding event.public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent hse)
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListenerhse - the session binding event.public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent hse)
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListenerhse - the session event.Copyright © 2016–2018 Emory University. All rights reserved.