* @param schemaHash the schema hash.
* @throws IOException when the schema request cannot be sent.
*/
public void requestSchema(final String packageName, final String className, final Binary schemaHash) throws IOException
{
Message message = new SchemaRequestMessage()
{
@Override
protected String className ()
{
return className;