Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_STREAM_T(3)		    libmongoc		      MONGOC_STREAM_T(3)

SYNOPSIS
	typedef struct _mongoc_stream_t mongoc_stream_t

     mongoc_stream_t  provides	a  generic  streaming  IO abstraction based on a
     struct of pointers interface. The idea is to allow wrappers, perhaps  other
     language drivers, to easily shim their IO system on top of mongoc_stream_t.

     The API for the stream abstraction is currently private and non-extensible.

STREAM TYPES
     There  are a number of built in stream types that come with mongoc. The de-
     fault configuration is a buffered unix stream. If TLS is in  use,	that  in
     turn is wrapped in a tls stream.

     SEE ALSO:
	mongoc_stream_buffered_t

	mongoc_stream_file_t

	mongoc_stream_socket_t

	mongoc_stream_tls_t

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		      MONGOC_STREAM_T(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_stream_t&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help