Lines Matching full:be
67 // socket and transFactory will be overwritten by the one used by protoFactory
103 // If <= 0, DEFAULT_MAX_MESSAGE_SIZE will be used instead.
106 // If <= 0, DEFAULT_MAX_FRAME_SIZE will be used instead.
109 // MaxMessageSize will be used instead.
112 // Connect and socket timeouts to be used by TSocket and TSSLSocket.
116 // If <0, DEFAULT_CONNECT_TIMEOUT and DEFAULT_SOCKET_TIMEOUT will be
121 // TLS config to be used by TSSLSocket.
130 // The wrapped protocol id to be used in THeader transport/protocol.
146 // It's nil-safe. DEFAULT_MAX_MESSAGE_SIZE will be returned if tc is nil.
156 // It's nil-safe. DEFAULT_MAX_FRAME_SIZE will be returned if tc is nil.
159 // size, the smaller one will be returned instead.
174 // GetConnectTimeout returns the connect timeout should be used by TSocket and
177 // It's nil-safe. If tc is nil, DEFAULT_CONNECT_TIMEOUT will be returned instead.
185 // GetSocketTimeout returns the socket timeout should be used by TSocket and
188 // It's nil-safe. If tc is nil, DEFAULT_SOCKET_TIMEOUT will be returned instead.
196 // GetTLSConfig returns the tls config should be used by TSSLSocket.
198 // It's nil-safe. If tc is nil, nil will be returned instead.
209 // It's nil-safe. DEFAULT_TBINARY_STRICT_READ will be returned if either tc or
221 // It's nil-safe. DEFAULT_TBINARY_STRICT_WRITE will be returned if either tc or
230 // GetTHeaderProtocolID returns the THeaderProtocolID should be used by
235 // THeaderProtocolDefault will be returned instead.
236 // THeaderProtocolDefault will also be returned if configured value is invalid.
251 // and the validation error will be returned.
275 // It's intended to be called during intializations.
281 // Note for implementations: SetTConfiguration might be called multiple times