|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.mina.core.service.IoHandlerAdapter
com.github.mrstampy.esp.multiconnectionsocket.AbstractSubscriptionHandlerAdapter<OpenBCIEventType,MultiConnectOpenBCISocket,OpenBCISubscriptionRequest>
com.github.mrstampy.esp.openbci.OpenBCISubscriptionHandlerAdapter
public class OpenBCISubscriptionHandlerAdapter
The Class OpenBCISubscriptionHandlerAdapter.
| Constructor Summary | |
|---|---|
OpenBCISubscriptionHandlerAdapter(MultiConnectOpenBCISocket socket)
Instantiates a new open bci subscription handler adapter. |
|
| Method Summary | |
|---|---|
void |
messageReceived(org.apache.mina.core.session.IoSession session,
java.lang.Object message)
Implement to deal with subscription requests & any other message types the subclass must deal with. |
| Methods inherited from class com.github.mrstampy.esp.multiconnectionsocket.AbstractSubscriptionHandlerAdapter |
|---|
createHostPort, getSocket, sendMultiConnectionEvent, sessionClosed, setSocket, subscribe |
| Methods inherited from class org.apache.mina.core.service.IoHandlerAdapter |
|---|
exceptionCaught, messageSent, sessionCreated, sessionIdle, sessionOpened |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenBCISubscriptionHandlerAdapter(MultiConnectOpenBCISocket socket)
socket - the socket| Method Detail |
|---|
public void messageReceived(org.apache.mina.core.session.IoSession session,
java.lang.Object message)
throws java.lang.Exception
AbstractSubscriptionHandlerAdapter
messageReceived in interface org.apache.mina.core.service.IoHandlermessageReceived in class AbstractSubscriptionHandlerAdapter<OpenBCIEventType,MultiConnectOpenBCISocket,OpenBCISubscriptionRequest>session - the sessionmessage - the message
java.lang.Exception - the exceptionAbstractSubscriptionHandlerAdapter.subscribe(IoSession,
MultiConnectionSubscriptionRequest)
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||