Interface ServerMessageInterceptor


public interface ServerMessageInterceptor
An Interceptor used to wrap the handling of messages on the server side.
Author:
Kabir Khan, Darran Lofthouse
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.
  • Method Details

    • handleEvent

      void handleEvent(ServerMessageInterceptor.Event event) throws IOException
      Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.
      Parameters:
      event - - The event to run.
      Throws:
      IOException - - If thrown from the event.