mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
sync to internal repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/Makefile#34 $
|
||||
#
|
||||
# Makefile for Poco Net
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Net.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/Net.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/Net.vmsbuild#1 $
|
||||
#
|
||||
LIB=PocoNet
|
||||
<SourceFilesHere>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DNS.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/DNS.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/DNS.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DatagramSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/DatagramSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DatagramSocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/DatagramSocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DialogSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/DialogSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/DialogSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// FTPClientSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/FTPClientSession.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/FTPClientSession.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: FTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// FTPStreamFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/FTPStreamFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/FTPStreamFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: FTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// FilePartSource.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/FilePartSource.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/FilePartSource.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTMLForm.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTMLForm.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTMLForm.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTML
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPBasicCredentials.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPBasicCredentials.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPChunkedStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPChunkedStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPChunkedStream.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
@@ -73,6 +73,7 @@ private:
|
||||
HTTPSession& _session;
|
||||
openmode _mode;
|
||||
std::streamsize _chunk;
|
||||
std::string _chunkBuffer;
|
||||
};
|
||||
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPClientSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPClientSession.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPClientSession.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPClient
|
||||
@@ -194,6 +194,7 @@ private:
|
||||
std::string _proxyHost;
|
||||
Poco::UInt16 _proxyPort;
|
||||
bool _reconnect;
|
||||
bool _mustReconnect;
|
||||
bool _expectResponseBody;
|
||||
std::ostream* _pRequestStream;
|
||||
std::istream* _pResponseStream;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPCookie.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPCookie.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPCookie.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPFixedLengthStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPFixedLengthStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPFixedLengthStream.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPHeaderStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPHeaderStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPHeaderStream.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPMessage.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPMessage.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPMessage.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPRequest.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequest.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPRequest.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPRequestHandler.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandler.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPRequestHandler.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPRequestHandlerFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPResponse.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPResponse.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPResponse.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServer.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServer.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServer.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerConnection.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnection.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerConnection.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
#include "Poco/Net/Net.h"
|
||||
#include "Poco/Net/TCPServerConnection.h"
|
||||
#include "Poco/Net/HTTPResponse.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@@ -50,6 +51,7 @@ namespace Net {
|
||||
|
||||
class HTTPServerParams;
|
||||
class HTTPRequestHandlerFactory;
|
||||
class HTTPServerSession;
|
||||
|
||||
|
||||
class Net_API HTTPServerConnection: public TCPServerConnection
|
||||
@@ -66,6 +68,9 @@ public:
|
||||
void run();
|
||||
/// Handles all HTTP requests coming in.
|
||||
|
||||
protected:
|
||||
void sendErrorResponse(HTTPServerSession& session, HTTPResponse::HTTPStatus status);
|
||||
|
||||
private:
|
||||
HTTPServerParams* _pParams;
|
||||
HTTPRequestHandlerFactory* _pFactory;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerConnectionFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnectionFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerConnectionFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerParams.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerParams.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerParams.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerRequest.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerRequest.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerRequest.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerResponse.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerResponse.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerResponse.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
@@ -83,20 +83,34 @@ public:
|
||||
/// The returned stream is valid until the response
|
||||
/// object is destroyed.
|
||||
///
|
||||
/// Must not be called after sendFile() or redirect()
|
||||
/// has been called.
|
||||
/// Must not be called after sendFile(), sendBuffer()
|
||||
/// or redirect() has been called.
|
||||
|
||||
void sendFile(const std::string& path, const std::string& mediaType);
|
||||
/// Sends the response header to the client, followed
|
||||
/// by the content of the given file.
|
||||
///
|
||||
/// Must not be called after send() or redirect()
|
||||
/// has been called.
|
||||
/// Must not be called after send(), sendBuffer()
|
||||
/// or redirect() has been called.
|
||||
///
|
||||
/// Throws a FileNotFoundException if the file
|
||||
/// cannot be found, or an OpenFileException if
|
||||
/// the file cannot be opened.
|
||||
|
||||
void sendBuffer(const void* pBuffer, std::size_t length);
|
||||
/// Sends the response header to the client, followed
|
||||
/// by the contents of the given buffer.
|
||||
///
|
||||
/// The Content-Length header of the response is set
|
||||
/// to length and chunked transfer encoding is disabled.
|
||||
///
|
||||
/// If both the HTTP message header and body (from the
|
||||
/// given buffer) fit into one single network packet, the
|
||||
/// complete response can be sent in one network packet.
|
||||
///
|
||||
/// Must not be called after send(), sendFile()
|
||||
/// or redirect() has been called.
|
||||
|
||||
void redirect(const std::string& uri);
|
||||
/// Sets the status code to 302 (Found)
|
||||
/// and sets the "Location" header field
|
||||
@@ -110,12 +124,24 @@ public:
|
||||
/// and sets the "WWW-Authenticate" header field
|
||||
/// according to the given realm.
|
||||
|
||||
bool sent() const;
|
||||
/// Returns true if the response (header) has been sent.
|
||||
|
||||
private:
|
||||
HTTPServerSession& _session;
|
||||
std::ostream* _pStream;
|
||||
};
|
||||
|
||||
|
||||
//
|
||||
// inlines
|
||||
//
|
||||
inline bool HTTPServerResponse::sent() const
|
||||
{
|
||||
return _pStream != 0;
|
||||
}
|
||||
|
||||
|
||||
} } // namespace Poco::Net
|
||||
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPServerSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerSession.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPServerSession.h#4 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPServer
|
||||
@@ -68,6 +68,9 @@ public:
|
||||
bool hasMoreRequests();
|
||||
/// Returns true if there are requests available.
|
||||
|
||||
bool canKeepAlive() const;
|
||||
/// Returns true if the session can be kept alive.
|
||||
|
||||
SocketAddress clientAddress();
|
||||
/// Returns the client's address.
|
||||
|
||||
@@ -81,6 +84,15 @@ private:
|
||||
};
|
||||
|
||||
|
||||
//
|
||||
// inlines
|
||||
//
|
||||
inline bool HTTPServerSession::canKeepAlive() const
|
||||
{
|
||||
return _maxKeepAliveRequests != 0;
|
||||
}
|
||||
|
||||
|
||||
} } // namespace Poco::Net
|
||||
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSession.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPSession.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPSessionFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPSessionFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPClient
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPSessionInstantiator.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionInstantiator.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPSessionInstantiator.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTPClient
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPStream.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPStreamFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStreamFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HTTPStreamFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: HTTP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HostEntry.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/HostEntry.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/HostEntry.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPClient.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPClient.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPClient.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPEventArgs.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPEventArgs.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPEventArgs.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPPacket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPPacket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPPacketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPPacketImpl.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPSocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPSocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ICMPv4PacketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ICMPv4PacketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ICMPv4PacketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: ICMP
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// IPAddress.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/IPAddress.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/IPAddress.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MailMessage.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MailMessage.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MailMessage.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MailRecipient.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MailRecipient.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MailRecipient.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MailStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MailStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MailStream.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MediaType.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MediaType.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MediaType.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MessageHeader.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MessageHeader.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MessageHeader.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MulticastSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MulticastSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MulticastSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MultipartReader.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MultipartReader.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MultipartReader.h#5 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// MultipartWriter.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/MultipartWriter.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/MultipartWriter.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// NameValueCollection.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/NameValueCollection.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/NameValueCollection.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Net.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/Net.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/Net.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// NetException.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/NetException.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/NetException.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// NetworkInterface.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/NetworkInterface.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// NullPartHandler.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/NullPartHandler.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/NullPartHandler.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// POP3ClientSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/POP3ClientSession.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/POP3ClientSession.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PartHandler.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/PartHandler.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/PartHandler.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PartSource.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/PartSource.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/PartSource.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// QuotedPrintableDecoder.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/QuotedPrintableDecoder.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// QuotedPrintableEncoder.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/QuotedPrintableEncoder.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// RawSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/RawSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/RawSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// RawSocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/RawSocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/RawSocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// RemoteSyslogChannel.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/RemoteSyslogChannel.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/RemoteSyslogChannel.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Logging
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SMTPClientSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SMTPClientSession.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ServerSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ServerSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ServerSocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/ServerSocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Socket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/Socket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/Socket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketAcceptor.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketAcceptor.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketAcceptor.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketAddress.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketAddress.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketAddress.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketConnector.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketConnector.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketConnector.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketDefs.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: NetCore
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketNotification.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotification.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketNotification.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketNotifier.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotifier.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketNotifier.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketReactor.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketReactor.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketReactor.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Reactor
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SocketStream.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SocketStream.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/SocketStream.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// StreamSocket.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocket.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/StreamSocket.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// StreamSocketImpl.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocketImpl.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/StreamSocketImpl.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// StringPartSource.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/StringPartSource.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/StringPartSource.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Messages
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TCPServer.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServer.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/TCPServer.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: TCPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TCPServerConnection.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnection.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/TCPServerConnection.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: TCPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TCPServerConnectionFactory.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnectionFactory.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/TCPServerConnectionFactory.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: TCPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TCPServerDispatcher.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerDispatcher.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/TCPServerDispatcher.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: TCPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TCPServerParams.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerParams.h#1 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/TCPServerParams.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: TCPServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/EchoServer/EchoServer.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/samples/EchoServer/EchoServer.vmsbuild#1 $
|
||||
#
|
||||
EXE=EchoServer
|
||||
EchoServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/EchoServer/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/EchoServer/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco EchoServer
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// EchoServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Net/samples/EchoServer/src/EchoServer.cpp#1 $
|
||||
// $Id: //poco/Main/Net/samples/EchoServer/src/EchoServer.cpp#7 $
|
||||
//
|
||||
// This sample demonstrates the SocketReactor and SocketAcceptor classes.
|
||||
//
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $
|
||||
#
|
||||
EXE=HTTPFormServer
|
||||
HTTPFormServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPFormServer/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPFormServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPFormServer
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# HTTPLoadTest.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $
|
||||
#
|
||||
EXE=HTTPLoadTest
|
||||
HTTPLoadTest
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPLoadTest/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPLoadTest/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPLoadTest
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPLoadTest.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#1 $
|
||||
// $Id: //poco/Main/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#5 $
|
||||
//
|
||||
// This sample demonstrates the HTTPClientSession class.
|
||||
//
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $
|
||||
#
|
||||
EXE=HTTPTimeServer
|
||||
HTTPTimeServer
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/HTTPTimeServer/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/HTTPTimeServer/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco HTTPTimeServer
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// HTTPTimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $
|
||||
// $Id: //poco/Main/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#10 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and related classes.
|
||||
//
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# sample.vmsbuild
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/Mail/Mail.vmsbuild#1 $
|
||||
# $Id: //poco/Main/Net/samples/Mail/Mail.vmsbuild#1 $
|
||||
#
|
||||
EXE=Mail
|
||||
Mail
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/Mail/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/Mail/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco Mail
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Mail.cpp
|
||||
//
|
||||
// $Id: //poco/1.3/Net/samples/Mail/src/Mail.cpp#1 $
|
||||
// $Id: //poco/Main/Net/samples/Mail/src/Mail.cpp#6 $
|
||||
//
|
||||
// This sample demonstrates the MailMessage and SMTPClientSession classes.
|
||||
//
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/Makefile#8 $
|
||||
#
|
||||
# Makefile for Poco Net Samples
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.3/Net/samples/Ping/Makefile#1 $
|
||||
# $Id: //poco/Main/Net/samples/Ping/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco ping
|
||||
#
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user