Class MrcpServerSocket

java.lang.Object
com.bytedesk.call.mrcp4j.server.MrcpServerSocket

public class MrcpServerSocket extends Object
Author:
Niels Godfredsen <ngodfredsen@users.sourceforge.net>
  • Field Details

    • CODEC_FACTORY

      private static MrcpCodecFactory CODEC_FACTORY
    • _requestProcessorImpl

      private MrcpRequestProcessorImpl _requestProcessorImpl
    • _acceptor

      private org.apache.mina.core.service.IoAcceptor _acceptor
    • _port

      private int _port
  • Constructor Details

    • MrcpServerSocket

      public MrcpServerSocket(int port) throws IOException
      Creates a MRCP server socket, bound to the specified port
      Parameters:
      port - the port number to bind to
      Throws:
      IOException - if an I/O error occurs when opening the socket.
  • Method Details