Uses of Class
com.opera.core.systems.runner.launcher.OperaLauncherProtocol.MessageType

Packages that use OperaLauncherProtocol.MessageType
com.opera.core.systems.runner.launcher Responsible for starting the launcher which starts Opera. 
 

Uses of OperaLauncherProtocol.MessageType in com.opera.core.systems.runner.launcher
 

Methods in com.opera.core.systems.runner.launcher that return OperaLauncherProtocol.MessageType
static OperaLauncherProtocol.MessageType OperaLauncherProtocol.MessageType.get(byte code)
           
static OperaLauncherProtocol.MessageType OperaLauncherProtocol.MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperaLauncherProtocol.MessageType[] OperaLauncherProtocol.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.opera.core.systems.runner.launcher with parameters of type OperaLauncherProtocol.MessageType
 OperaLauncherProtocol.ResponseEncapsulation OperaLauncherProtocol.sendRequest(OperaLauncherProtocol.MessageType type, byte[] body)
          Send a request and receive a result.
 void OperaLauncherProtocol.sendRequestWithoutResponse(OperaLauncherProtocol.MessageType type, byte[] body)
          Send a request without a response.
 



Copyright © 2012. All Rights Reserved.