Package org.apache.hadoop.hbase.ipc
Class TestNettyTlsIPC
java.lang.Object
org.apache.hadoop.hbase.ipc.AbstractTestIPC
org.apache.hadoop.hbase.ipc.TestNettyTlsIPC
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanstatic final HBaseClassTestRulebooleanprivate static org.apache.hadoop.hbase.util.NettyEventLoopGroupConfigchar[]private static X509TestContextProviderprivate static final HBaseCommonTestingUtilityprivate X509TestContextFields inherited from class org.apache.hadoop.hbase.ipc.AbstractTestIPCCONF, rpcServerImpl, traceRule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>createBadAuthRpcClient(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>createRpcClient(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) protected org.apache.hadoop.hbase.ipc.RpcServercreateRpcServer(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) protected org.apache.hadoop.hbase.ipc.RpcServercreateTestFailingRpcServer(String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) data()voidsetUp()static voidvoidtearDown()static voidMethods inherited from class org.apache.hadoop.hbase.ipc.AbstractTestIPCsetUpBeforeTest, testAsyncEcho, testAsyncRemoteError, testAsyncTimeout, testBadPreambleHeader, testCompressCellBlock, testConnectionCloseWithOutstandingRPCs, testGetConnectionRegistry, testGetConnectionRegistryError, testNoCodec, testRemoteError, testRpcMaxRequestSize, testRpcScheduler, testRpcServerForNotNullRemoteAddressInCallObject, testRTEDuringConnectionSetup, testTimeout, testTracingErrorIpc, testTracingSuccessIpc
- 
Field Details- 
CLASS_RULE
- 
UTIL
- 
PROVIDER
- 
EVENT_LOOP_GROUP_CONFIG
- 
caKeyType
- 
certKeyType
- 
keyPassword
- 
acceptPlainText
- 
clientTlsEnabled
- 
x509TestContext
 
- 
- 
Constructor Details- 
TestNettyTlsIPCpublic TestNettyTlsIPC()
 
- 
- 
Method Details- 
data
- 
setUpBeforeClass- Throws:
- IOException
 
- 
tearDownAfterClass- Throws:
- InterruptedException
 
- 
setUp- Throws:
- IOException
 
- 
tearDown
- 
createRpcServerprotected org.apache.hadoop.hbase.ipc.RpcServer createRpcServer(org.apache.hadoop.hbase.Server server, String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) throws IOException - Overrides:
- createRpcServerin class- AbstractTestIPC
- Throws:
- IOException
 
- 
createRpcClientNoCodecprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createRpcClientNoCodec(org.apache.hadoop.conf.Configuration conf) - Specified by:
- createRpcClientNoCodecin class- AbstractTestIPC
 
- 
createRpcClientprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createRpcClient(org.apache.hadoop.conf.Configuration conf) - Specified by:
- createRpcClientin class- AbstractTestIPC
 
- 
createRpcClientRTEDuringConnectionSetupprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createRpcClientRTEDuringConnectionSetup(org.apache.hadoop.conf.Configuration conf) throws IOException - Specified by:
- createRpcClientRTEDuringConnectionSetupin class- AbstractTestIPC
- Throws:
- IOException
 
- 
createTestFailingRpcServerprotected org.apache.hadoop.hbase.ipc.RpcServer createTestFailingRpcServer(String name, List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.RpcScheduler scheduler) throws IOException - Overrides:
- createTestFailingRpcServerin class- AbstractTestIPC
- Throws:
- IOException
 
- 
createBadAuthRpcClientprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createBadAuthRpcClient(org.apache.hadoop.conf.Configuration conf) - Specified by:
- createBadAuthRpcClientin class- AbstractTestIPC
 
 
-