Boost C++ Libraries

boost C++ Libraries 문서 한글 번역 진행 중 입니다.
Boost C++ Libraries/Boost.Asio

Boost.Asio - ssl::stream

ssl::stream SSL을 사용하여 스트림-지향 기능을 제공한다. template class stream : public ssl::stream_base, noncopyable 유 형 이 름 설 명 impl_struct 더 이상 사용되지 않는 impl_type과 함께 사용할 구조체. executor_type 개체와 연결된 실행기(executor) 유형. handshake_type 서로 다른 핸드셰이크 유형. lowest_layer_type 최하위 계층의 유형. native_handle_type SSL 스트림의 기본(native) 핸들 유형. next_layer_type 다음 계층의 유형. 멤버 함수 이 름 설 명 async_handshake 비동기식 SSL 핸드쉐이킹을 ..

Boost C++ Libraries/Boost.Asio

Boost.Asio - ssl::context

ssl::context class context : public ssl::context_base, noncopyable 유 형 이 름 설 명 file_format 파일 형식 유형. method 컨텍스트에서 지원하는 다양한 방법. native_handle_type SSL 컨텍스트의 기본(native) 핸들 유형. options SSL 옵션의 비트마스크 유형. password_purpose PEM 패스워드의 목적. 멤버 함수 이 름 설 명 add_certificate_authority 확인을 수행하기 위한 인증 기관을 추가한다. add_verify_path 확인을 수행하는데 사용할 인증 기관 파일이 포함된 디렉터리를 추가한다. clear_options 컨텍스트에서 옵션을 지운다. context [constr..

Boost C++ Libraries/Boost.Asio

Boost.Asio - ssl::host_name_verification

ssl::host_name_verification RFC 6125에 설명된 규칙에 따라 host_name에 대한 인증서를 확인한다. class host_name_verification 유 형 이 름 설 명 result_type 함수 개체의 결과 유형. 멤버 함수 이 름 설 명 host_name_verification [constructor] 생성자. operator() 인증서 확인을 수행한다. 예 제 다음 예제는 주어진 호스트 이름에 대한 보안 연결을 동기식으로 여는 방법을 보여준다: using boost::asio::ip::tcp; namespace ssl = boost::asio::ssl; typedef ssl::stream ssl_socket; // Create a context that uses ..

Boost C++ Libraries/Boost.Asio

Boost.Asio - windows::basic_object_handle

windows::basic_object_handle 객체-지향 핸들 기능을 제공한다. template class basic_object_handle [Executor] 유 형 이 름 설 명 rebind_executor 핸들 유형을 다른 실행기(executor)로 다시 바인드한다. executor_type 개체와 연결된 실행기(executor)의 유형. lowest_layer_type 개체 핸들은 항상 최하위 계층이다. native_handle_type 핸들의 기본(native) 표현. 멤버 함수 이 름 설 명 assign 현재 사용되는 기본(native) 핸들에서 핸들을 할당한다. async_wait 개체 핸들에 대한 비동기 대기를 시작..

Boost C++ Libraries/Boost.Asio

Boost.Asio - windows::basic_object_handle::rebind_executor

windows::basic_object_handle::rebind_executor 핸들 유형을 다른 실행기(executor)로 다시 바인드한다. template struct rebind_executor [Excutor1] 유 형 이 름 설 명 other 지정된 실행기(executor)로 다시 바인드할 때의 핸들 유형이다. 요구 사항 일반 헤더 : boost/asio/windows/basic_object_handle.hpp 편의 헤더 : boost/asio.hpp Boost.Asio 홈

까마귀75
'Boost C++ Libraries' 카테고리의 글 목록 (2 Page)