Class ChannelInvocationHandler
- java.lang.Object
-
- org.webpieces.googlecloud.storage.impl.ChannelInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class ChannelInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description ChannelInvocationHandler(org.webpieces.util.context.ClientAssertions clientAssertions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)voidsetChannel(java.nio.channels.Channel channel)
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
invokein interfacejava.lang.reflect.InvocationHandler- Throws:
java.lang.Throwable
-
setChannel
public void setChannel(java.nio.channels.Channel channel)
-
-