[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/netio/pub http_listenresp.h, NONE,
From:       ckarusala () helixcommunity ! org
Date:       2009-12-30 23:02:50
Message-ID: 200912302302.nBUN2HG5016694 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/engine/netio/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4341/pub

Added Files:
      Tag: SERVER_13_1_RN
	http_listenresp.h mms_listenresp.h mms_sniffer.h 
	rtsp_listenresp.h 
Log Message:

These files were lost from cvs during the failure restoration.
Committing from backup.


--- NEW FILE: rtsp_listenresp.h ---
/* ***** BEGIN LICENSE BLOCK *****
 * Source last modified: $Id: rtsp_listenresp.h,v 1.12.4.2 2009/12/30 23:02:47 ckarusala Exp $
 *
 * Portions Copyright (c) 1995-2003 RealNetworks, Inc. All Rights Reserved.
 *
 * The contents of this file, and the files included with this file,
 * are subject to the current version of the RealNetworks Public
 * Source License (the "RPSL") available at
 * http://www.helixcommunity.org/content/rpsl unless you have licensed
 * the file under the current version of the RealNetworks Community
 * Source License (the "RCSL") available at
 * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
 * will apply. You may also obtain the license terms directly from
 * RealNetworks.  You may not use this file except in compliance with
 * the RPSL or, if you have a valid RCSL with RealNetworks applicable
 * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
 * the rights, obligations and limitations governing use of the
 * contents of the file.
 *
 * This file is part of the Helix DNA Technology. RealNetworks is the
 * developer of the Original Code and owns the copyrights in the
 * portions it created.
 *
 * This file, and the files included with this file, is distributed
 * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
 * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
 * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Technology Compatibility Kit Test Suite(s) Location:
 *    http://www.helixcommunity.org/content/tck
 *
 * Contributor(s):
 *
 * ***** END LICENSE BLOCK ***** */

#ifndef _RTSP_LISTENRESP_H_
#define _RTSP_LISTENRESP_H_

#include "inetwork.h"

struct IHXBuffer;

class RTSPListenResponse : public ListenResponse
{
public:
    RTSPListenResponse(Process* _proc);
    HX_RESULT Init(UINT16 uPort);

    // IHXListeningSocketResponse
    STDMETHOD(OnConnection)         (THIS_ IHXSocket* ppNewSock,
                                           IHXSockAddr* ppSource);
    STDMETHOD(OnError)              (THIS_ HX_RESULT err);

private:
    virtual ~RTSPListenResponse(void);
};

#endif /*_RTSP_LISTENRESP_H_*/

--- NEW FILE: http_listenresp.h ---
/* ***** BEGIN LICENSE BLOCK *****
 * Source last modified: $Id: http_listenresp.h,v 1.12.4.2 2009/12/30 23:02:47 ckarusala Exp $
 *
 * Portions Copyright (c) 1995-2003 RealNetworks, Inc. All Rights Reserved.
 *
 * The contents of this file, and the files included with this file,
 * are subject to the current version of the RealNetworks Public
 * Source License (the "RPSL") available at
 * http://www.helixcommunity.org/content/rpsl unless you have licensed
 * the file under the current version of the RealNetworks Community
 * Source License (the "RCSL") available at
 * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
 * will apply. You may also obtain the license terms directly from
 * RealNetworks.  You may not use this file except in compliance with
 * the RPSL or, if you have a valid RCSL with RealNetworks applicable
 * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
 * the rights, obligations and limitations governing use of the
 * contents of the file.
 *
 * This file is part of the Helix DNA Technology. RealNetworks is the
 * developer of the Original Code and owns the copyrights in the
 * portions it created.
 *
 * This file, and the files included with this file, is distributed
 * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
 * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
 * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Technology Compatibility Kit Test Suite(s) Location:
 *    http://www.helixcommunity.org/content/tck
 *
 * Contributor(s):
 *
 * ***** END LICENSE BLOCK ***** */

#ifndef _HTTP_LISTENRESP_H_
#define _HTTP_LISTENRESP_H_

#include "inetwork.h"

struct IHXBuffer;

class HTTPListenResponse : public ListenResponse
{
public:
    HTTPListenResponse(Process* _proc);
    HX_RESULT Init(UINT16 uPort);

    // IHXListeningSocketResponse
    STDMETHOD(OnConnection)     (THIS_ IHXSocket* pNewSock,
                                       IHXSockAddr* pSource);
    STDMETHOD(OnError)          (THIS_ HX_RESULT err);

private:
    virtual ~HTTPListenResponse(void);
};

#endif /*_HTTP_LISTENRESP_H_*/

--- NEW FILE: mms_listenresp.h ---
/* ***** BEGIN LICENSE BLOCK *****
 * Source last modified: $Id: mms_listenresp.h,v 1.7.4.2 2009/12/30 23:02:47 ckarusala Exp $
 *
 * Portions Copyright (c) 1995-2003 RealNetworks, Inc. All Rights Reserved.
 *
 * The contents of this file, and the files included with this file,
 * are subject to the current version of the RealNetworks Public
 * Source License (the "RPSL") available at
 * http://www.helixcommunity.org/content/rpsl unless you have licensed
 * the file under the current version of the RealNetworks Community
 * Source License (the "RCSL") available at
 * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
 * will apply. You may also obtain the license terms directly from
 * RealNetworks.  You may not use this file except in compliance with
 * the RPSL or, if you have a valid RCSL with RealNetworks applicable
 * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
 * the rights, obligations and limitations governing use of the
 * contents of the file.
 *
 * This file is part of the Helix DNA Technology. RealNetworks is the
 * developer of the Original Code and owns the copyrights in the
 * portions it created.
 *
 * This file, and the files included with this file, is distributed
 * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
 * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
 * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Technology Compatibility Kit Test Suite(s) Location:
 *    http://www.helixcommunity.org/content/tck
 *
 * Contributor(s):
 *
 * ***** END LICENSE BLOCK ***** */

#ifndef _MMS_LISTENRESP_H_
#define _MMS_LISTENRESP_H_

#include "inetwork.h"

struct IHXBuffer;

/*
 * XXX NOTE
 *   This class is implemented in both mms_listenresp_server.cpp and
 *   mms_listenresp_proxy.cpp.  Any changes in this header need to be
 *   reflected in both implementations.
 *
 * The sniffer is the piece that creates the protocol object so we can
 * put the listen response into common code.  -- TDM
 */
class MMSListenResponse : public ListenResponse
{
public:
    MMSListenResponse(Process* _proc);
    HX_RESULT Init(UINT16 uPort);

    // IHXListeningSocketResponse
    STDMETHOD(OnConnection)         (THIS_ IHXSocket* ppNewSock,
                                           IHXSockAddr* ppSource);
    STDMETHOD(OnError)              (THIS_ HX_RESULT err);

private:
    virtual ~MMSListenResponse(void);
};

#endif /*_WMT_HTTP_LISTENRESP_H_*/

--- NEW FILE: mms_sniffer.h ---
/* ***** BEGIN LICENSE BLOCK *****
 * Source last modified: $Id: mms_sniffer.h,v 1.3.4.2 2009/12/30 23:02:47 ckarusala Exp $
 *
 * Portions Copyright (c) 1995-2003 RealNetworks, Inc. All Rights Reserved.
 *
 * The contents of this file, and the files included with this file,
 * are subject to the current version of the RealNetworks Public
 * Source License (the "RPSL") available at
 * http://www.helixcommunity.org/content/rpsl unless you have licensed
 * the file under the current version of the RealNetworks Community
 * Source License (the "RCSL") available at
 * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
 * will apply. You may also obtain the license terms directly from
 * RealNetworks.  You may not use this file except in compliance with
 * the RPSL or, if you have a valid RCSL with RealNetworks applicable
 * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
 * the rights, obligations and limitations governing use of the
 * contents of the file.
 *
 * This file is part of the Helix DNA Technology. RealNetworks is the
 * developer of the Original Code and owns the copyrights in the
 * portions it created.
 *
 * This file, and the files included with this file, is distributed
 * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
 * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
 * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Technology Compatibility Kit Test Suite(s) Location:
 *    http://www.helixcommunity.org/content/tck
 *
 * Contributor(s):
 *
 * ***** END LICENSE BLOCK ***** */

///////////////////////////////////////////////////////////////////////////////
// HXMMSSniffer class declaration.
//
// Implementation is different on server/proxy.
// This file is here instead of server/engine/core because of
// HELIX_FEATURE_WMT_MMS conditional compilation.
//
// Server: server/engine/servercore/mms_sniffer_server.cpp
// Proxy: server_rn/proxy/core/mms_sniffer_proxy.cpp
///////////////////////////////////////////////////////////////////////////////


class HXMMSSniffer : public HXProtocolSniffer
{
public:
    HXMMSSniffer(void);
    virtual ~HXMMSSniffer(void);

    virtual BOOL         Match(IHXBuffer* pBuf) { return FALSE; }
    virtual HXProtocol*  Create(CHXServSocket* pSock);
};



_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic