Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PHttpConnectionMgr_h
#define PHttpConnectionMgr_h
#include "mozilla/Attributes.h"
#include "IPCMessageStart.h"
#include "mozilla/RefPtr.h"
#include "nsString.h"
#include "nsTArray.h"
#include "nsTHashtable.h"
#include "mozilla/MozPromise.h"
#include "mozilla/OperatorNewExtensions.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/ipc/ByteBuf.h"
#include "mozilla/ipc/FileDescriptor.h"
#include "mozilla/ipc/IPCForwards.h"
#include "mozilla/ipc/Shmem.h"
#include "mozilla/net/NeckoChannelParams.h"
namespace mozilla {
namespace net {
class PHttpConnectionMgrParent;
} // namespace net
} // namespace mozilla
namespace mozilla {
namespace net {
class PHttpConnectionMgrChild;
} // namespace net
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PHttpConnectionMgrChild and PHttpConnectionMgrParent
//
namespace mozilla {
namespace net {
namespace PHttpConnectionMgr {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::net::PHttpConnectionMgrParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::net::PHttpConnectionMgrChild>* aChild);
enum MessageType {
PHttpConnectionMgrStart = PHttpConnectionMgrMsgStart << 16,
Msg___delete____ID,
Reply___delete____ID,
Msg_DoShiftReloadConnectionCleanupWithConnInfo__ID,
Msg_UpdateCurrentBrowserId__ID,
Msg_AddTransaction__ID,
Msg_AddTransactionWithStickyConn__ID,
Msg_RescheduleTransaction__ID,
Msg_UpdateClassOfServiceOnTransaction__ID,
Msg_CancelTransaction__ID,
Msg_SpeculativeConnect__ID,
Msg_StartWebSocketConnection__ID,
PHttpConnectionMgrEnd
};
mozilla::UniquePtr<IPC::Message>
Msg___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply___delete__(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_DoShiftReloadConnectionCleanupWithConnInfo(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_UpdateCurrentBrowserId(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_AddTransaction(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_AddTransactionWithStickyConn(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_RescheduleTransaction(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_UpdateClassOfServiceOnTransaction(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_CancelTransaction(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_SpeculativeConnect(int32_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_StartWebSocketConnection(int32_t routingId);
} // namespace PHttpConnectionMgr
} // namespace net
} // namespace mozilla
#endif // ifndef PHttpConnectionMgr_h